Class ZoneInfoCompiler.DateTimeOfYear

java.lang.Object
org.joda.time.tz.ZoneInfoCompiler.DateTimeOfYear
Enclosing class:
ZoneInfoCompiler

static class ZoneInfoCompiler.DateTimeOfYear extends Object
  • Field Details

    • iMonthOfYear

      public final int iMonthOfYear
    • iDayOfMonth

      public final int iDayOfMonth
    • iDayOfWeek

      public final int iDayOfWeek
    • iAdvanceDayOfWeek

      public final boolean iAdvanceDayOfWeek
    • iMillisOfDay

      public final int iMillisOfDay
    • iZoneChar

      public final char iZoneChar
  • Constructor Details

    • DateTimeOfYear

      DateTimeOfYear()
    • DateTimeOfYear

      DateTimeOfYear(StringTokenizer st)
  • Method Details

    • addRecurring

      public void addRecurring(DateTimeZoneBuilder builder, String nameKey, int saveMillis, int fromYear, int toYear)
      Adds a recurring savings rule to the builder.
      Parameters:
      builder - the builder
      nameKey - the name key
      saveMillis - the save in millis
      fromYear - the from year
      toYear - the to year
    • addCutover

      public void addCutover(DateTimeZoneBuilder builder, int year)
      Adds a cutover to the builder.
      Parameters:
      builder - the builder
      year - the year
    • toString

      public String toString()
      Overrides:
      toString in class Object