Class TZDBZoneRulesCompiler.TZDBRule

java.lang.Object
javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBMonthDayTime
javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBRule
Enclosing class:
TZDBZoneRulesCompiler

final class TZDBZoneRulesCompiler.TZDBRule extends TZDBZoneRulesCompiler.TZDBMonthDayTime
Class representing a rule line in the TZDB file.
  • Field Details

    • startYear

      int startYear
      The start year.
    • endYear

      int endYear
      The end year.
    • savingsAmount

      Period savingsAmount
      The amount of savings.
    • text

      String text
      The text name of the zone.
  • Constructor Details

    • TZDBRule

      TZDBRule()
  • Method Details