Class ZoneInfo


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

      Fields 
      Modifier and Type Field Description
      java.lang.String abbr
      Time zone 3-character abbreviation.
      boolean dst
      Flag indicating the zone is currently in daylight savings time.
      java.lang.String metaZoneId
      Time zone metazone id.
      int offset
      Time zone offset from UTC.
      java.lang.String stableId
      Time zone stable id.
      java.lang.String timeZoneId
      Time zone identifier.
    • Constructor Summary

      Constructors 
      Constructor Description
      ZoneInfo()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • timeZoneId

        public final java.lang.String timeZoneId
        Time zone identifier.
      • stableId

        public final java.lang.String stableId
        Time zone stable id.
      • metaZoneId

        public final java.lang.String metaZoneId
        Time zone metazone id.
      • abbr

        public final java.lang.String abbr
        Time zone 3-character abbreviation.
      • offset

        public final int offset
        Time zone offset from UTC.
      • dst

        public final boolean dst
        Flag indicating the zone is currently in daylight savings time.
    • Constructor Detail

      • ZoneInfo

        public ZoneInfo()