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) booleanWhether to adjust forwards.(package private) intThe day-of-month of the cutover.(package private) DayOfWeekThe day-of-week of the cutover.(package private) booleanWhether this is midnight end of day.(package private) MonthOfYearThe month of the cutover.(package private) LocalTimeThe time of the cutover.(package private) ZoneRulesBuilder.TimeDefinitionThe 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)
-