Class Country.TZ

java.lang.Object
org.opensextant.data.Country.TZ
Enclosing class:
Country

public static final class Country.TZ extends Object
  • Field Details

    • label

      public String label
    • utcOffset

      public double utcOffset
    • dstOffset

      public double dstOffset
    • rawOffset

      public double rawOffset
    • usesDST

      public boolean usesDST
    • dstDelta

      public double dstDelta
  • Constructor Details

    • TZ

      public TZ(String l, double utc, double dst, double raw)
    • TZ

      public TZ(String l, String utc, String dst, String raw)
      Parse error will be thrown on invalid data. Nulls or empty fields are allowable.
      Parameters:
      l - timezone label
      utc - UTC offset
      dst - UTC offset for Daylight savings
      raw - UTC offset
  • Method Details