com.sun.msv.datatype.xsd.datetime
Class TimeZone
- Serializable
simple time zone component.
static TimeZone | MISSING - The
TimeZone representation that corresponds
to the missing time zone.
|
static TimeZone | ZERO - The
TimeZone representation that corresponds
to the ZERO singleton instance.
|
int | minutes - here just for the serialization backward compatibility.
|
MISSING
public static final TimeZone MISSING
The
TimeZone
representation that corresponds
to the missing time zone.
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.
minutes
public int minutes
here just for the serialization backward compatibility.
Difference from GMT in terms of minutes.