Class TZDBZoneRulesCompiler.TZDBMonthDayTime

java.lang.Object
javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBMonthDayTime
Direct Known Subclasses:
TZDBZoneRulesCompiler.TZDBRule, TZDBZoneRulesCompiler.TZDBZone
Enclosing class:
TZDBZoneRulesCompiler

abstract class TZDBZoneRulesCompiler.TZDBMonthDayTime extends Object
Class representing a month-day-time in the TZDB file.
  • Field Details

    • 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.
    • endOfDay

      boolean endOfDay
      Whether this is midnight end of day.
    • timeDefinition

      The time of the cutover.
  • Constructor Details

    • TZDBMonthDayTime

      TZDBMonthDayTime()
  • Method Details

    • adjustToFowards

      void adjustToFowards(int year)