Class TimeZone
- java.lang.Object
-
- com.sun.msv.datatype.xsd.datetime.TimeZone
-
- All Implemented Interfaces:
Serializable
public class TimeZone extends Object implements Serializable
simple time zone component.- Author:
- Kohsuke KAWAGUCHI
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description int
minutes
Deprecated.here just for the serialization backward compatibility.static TimeZone
MISSING
TheTimeZone
representation that corresponds to the missing time zone.static TimeZone
ZERO
TheTimeZone
representation that corresponds to the ZERO singleton instance.
-
Constructor Summary
Constructors Constructor Description TimeZone()
-
-
-
Field Detail
-
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
TheTimeZone
representation that corresponds to the ZERO singleton instance. Once again, using a special instance is a hack to make the round-tripping work OK.
-
-