public class RecurringDateTransition extends Transition
| Constructor and Description |
|---|
RecurringDateTransition()
Instantiates a new recurring date transition.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDay()
Gets the day of the month on which the time zone transition occurs.
|
Month |
getMonth()
Gets the month in which the time zone transition occurs.
|
void |
getMonth(Month month)
Sets the month in which the time zone transition occurs.
|
Duration |
getTimeOffset()
Gets the duration offset from Coordinated Universal Time (UTC) for the time zone transition.
|
void |
setDay(int day)
Sets the day of the month on which the time zone transition occurs.
|
void |
setTimeOffset(Duration timeOffset)
Sets the duration offset from Coordinated Universal Time (UTC) for the time zone transition.
|
java.lang.String |
toString()
Converts the value of the current RecurringDateTransition object to its equivalent string representation.
|
getTarget, getTargetDescription, setTarget, setTargetDescriptionpublic RecurringDateTransition()
public java.lang.String toString()
toString in class Transitionpublic Duration getTimeOffset()
public void setTimeOffset(Duration timeOffset)
timeOffset - the new time offsetpublic Month getMonth()
public void getMonth(Month month)
month - the monthpublic int getDay()
public void setDay(int day)
day - the new day