Class TimeZone

java.lang.Object
com.sun.msv.datatype.xsd.datetime.TimeZone
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TimeZone.ZeroTimeZone

public class TimeZone extends Object implements Serializable
simple time zone component.
See Also:
  • Field Details

    • minutes

      public int minutes
      Deprecated.
      here just for the serialization backward compatibility.
      Difference from GMT in terms of minutes.
    • ZERO

      public static final TimeZone ZERO
      The TimeZone representation that corresponds to the ZERO singleton instance. Once again, using a special instance is a hack to make the round-tripping work OK.
    • MISSING

      public static final TimeZone MISSING
      The TimeZone representation that corresponds to the missing time zone.
    • serialVersionUID

      private static final long serialVersionUID
      See Also:
  • Constructor Details

    • TimeZone

      public TimeZone()
  • Method Details

    • readResolve

      private Object readResolve()