Package org.threeten.bp.zone
Class TzdbZoneRulesCompiler.TZDBMonthDayTime
- java.lang.Object
-
- org.threeten.bp.zone.TzdbZoneRulesCompiler.TZDBMonthDayTime
-
- Direct Known Subclasses:
TzdbZoneRulesCompiler.TZDBRule,TzdbZoneRulesCompiler.TZDBZone
- Enclosing class:
- TzdbZoneRulesCompiler
abstract class TzdbZoneRulesCompiler.TZDBMonthDayTime extends java.lang.ObjectClass representing a month-day-time in the TZDB file.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intadjustDaysThe time days adjustment.(package private) booleanadjustForwardsWhether to adjust forwards.(package private) intdayOfMonthThe day-of-month of the cutover.(package private) DayOfWeekdayOfWeekThe day-of-week of the cutover.(package private) MonthmonthThe month of the cutover.(package private) LocalTimetimeThe time of the cutover.(package private) ZoneOffsetTransitionRule.TimeDefinitiontimeDefinitionThe time of the cutover.
-
Constructor Summary
Constructors Constructor Description TZDBMonthDayTime()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidadjustToFowards(int year)
-
-
-
Field Detail
-
month
Month month
The month of the cutover.
-
dayOfMonth
int dayOfMonth
The day-of-month of the cutover.
-
adjustForwards
boolean adjustForwards
Whether to adjust forwards.
-
dayOfWeek
DayOfWeek dayOfWeek
The day-of-week of the cutover.
-
time
LocalTime time
The time of the cutover.
-
adjustDays
int adjustDays
The time days adjustment.
-
timeDefinition
ZoneOffsetTransitionRule.TimeDefinition timeDefinition
The time of the cutover.
-
-