com.sun.msv.datatype.xsd.datetime

Class TimeZone

public class TimeZone extends Object implements Serializable

simple time zone component.

Author: Kohsuke KAWAGUCHI

Field Summary
intminutes
Difference from GMT in terms of minutes.
static TimeZoneMISSING
The {@link java.util.TimeZone} representation that corresponds to the missing time zone.
static TimeZoneZERO
The {@link java.util.TimeZone} representation that corresponds to the ZERO singleton instance.

Field Detail

minutes

public int minutes

Deprecated: here just for the serialization backward compatibility.

Difference from GMT in terms of minutes.

MISSING

public static final TimeZone MISSING
The {@link java.util.TimeZone} representation that corresponds to the missing time zone.

ZERO

public static final TimeZone ZERO
The {@link java.util.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.