Class ZoneMeta


  • public class ZoneMeta
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String[] countries
      ISO 3166 2-character country code for all countries which overlap the timezone.
      double latitude
      Latitude of the zone's "principal location".
      double longitude
      Longitude of the zone's "principal location".
      long stdoffset
      Current standard offset from UTC, in milliseconds.
      java.lang.String zoneId
      TIme zone identifier.
    • Constructor Summary

      Constructors 
      Constructor Description
      ZoneMeta()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • zoneId

        public final java.lang.String zoneId
        TIme zone identifier. Corrected if the metadata was looked up using an alias.
      • stdoffset

        public final long stdoffset
        Current standard offset from UTC, in milliseconds.
      • latitude

        public final double latitude
        Latitude of the zone's "principal location".
      • longitude

        public final double longitude
        Longitude of the zone's "principal location".
      • countries

        public final java.lang.String[] countries
        ISO 3166 2-character country code for all countries which overlap the timezone.
    • Constructor Detail

      • ZoneMeta

        public ZoneMeta()