Package javax.time.calendar.zone
Class TZDBZoneRulesCompiler.TZDBMonthDayTime
java.lang.Object
javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBMonthDayTime
- Direct Known Subclasses:
TZDBZoneRulesCompiler.TZDBRule
,TZDBZoneRulesCompiler.TZDBZone
- Enclosing class:
TZDBZoneRulesCompiler
Class representing a month-day-time in the TZDB file.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) boolean
Whether to adjust forwards.(package private) int
The day-of-month of the cutover.(package private) DayOfWeek
The day-of-week of the cutover.(package private) boolean
Whether this is midnight end of day.(package private) MonthOfYear
The month of the cutover.(package private) LocalTime
The time of the cutover.(package private) ZoneRulesBuilder.TimeDefinition
The time of the cutover. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
month
MonthOfYear monthThe month of the cutover. -
dayOfMonth
int dayOfMonthThe day-of-month of the cutover. -
adjustForwards
boolean adjustForwardsWhether to adjust forwards. -
dayOfWeek
DayOfWeek dayOfWeekThe day-of-week of the cutover. -
time
LocalTime timeThe time of the cutover. -
endOfDay
boolean endOfDayWhether this is midnight end of day. -
timeDefinition
ZoneRulesBuilder.TimeDefinition timeDefinitionThe time of the cutover.
-
-
Constructor Details
-
TZDBMonthDayTime
TZDBMonthDayTime()
-
-
Method Details
-
adjustToFowards
void adjustToFowards(int year)
-