Class TimeZone
java.lang.Object
com.sun.msv.datatype.xsd.datetime.TimeZone
- All Implemented Interfaces:
Serializable
simple time zone component.
- Author:
- Kohsuke KAWAGUCHI
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
minutes
public int minutesDeprecated.here just for the serialization backward compatibility.Difference from GMT in terms of minutes. -
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. -
MISSING
TheTimeZone
representation that corresponds to the missing time zone.
-
-
Constructor Details
-
TimeZone
public TimeZone()
-