public class RecurringDayTransition extends Transition
| Constructor and Description |
|---|
RecurringDayTransition()
Instantiates a new recurring day transition.
|
| Modifier and Type | Method and Description |
|---|---|
DayOfWeek |
getDayOfWeek()
Gets the day of the week on which the time zone transition occurs.
|
void |
getDayOfWeek(DayOfWeek dayOfWeek)
Sets the day of the week 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.
|
int |
getOccurrence()
Gets the occurrence of the day of the week in the month that the time zone transition occurs.
|
Duration |
getTimeOffset()
Gets the duration offset from Coordinated Universal Time (UTC) for the time zone transition.
|
void |
setOccurrence(int occurrence)
Sets the occurrence of the day of the week in the month that 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 RecurringDayTransition object to its equivalent string representation.
|
getTarget, getTargetDescription, setTarget, setTargetDescriptionpublic RecurringDayTransition()
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 DayOfWeek getDayOfWeek()
public void getDayOfWeek(DayOfWeek dayOfWeek)
dayOfWeek - the day of weekpublic int getOccurrence()
public void setOccurrence(int occurrence)
occurrence - the new occurrence