-
month
MonthOfYear month
The month of the month-day of the first day of the cutover week.
The actual date will be adjusted by the dowChange field.
-
dom
byte dom
The day-of-month of the month-day of the cutover week.
If positive, it is the start of the week where the cutover can occur.
If negative, it represents the end of the week where cutover can occur.
The value is the number of days from the end of the month, such that
-1
is the last day of the month, -2
is the second
to last day, and so on.
-
dow
DayOfWeek dow
The cutover day-of-week, null to retain the day-of-month.
-
time
LocalTime time
The cutover time in the 'before' offset.
-
timeEndOfDay
boolean timeEndOfDay
Whether the cutover time is midnight at the end of day.
-
timeDefinition
ZoneRulesBuilder.TimeDefinition timeDefinition
The definition of how the local time should be interpreted.
-
standardOffset
ZoneOffset standardOffset
The standard offset at the cutover.
-
offsetBefore
ZoneOffset offsetBefore
The offset before the cutover.
-
offsetAfter
ZoneOffset offsetAfter
The offset after the cutover.