com.sun.msv.datatype.xsd.datetime

Class TimeZone

Implemented Interfaces:
Serializable

public class TimeZone
extends Object
implements Serializable

simple time zone component.
Author:
Kohsuke KAWAGUCHI
See Also:
Serialized Form

Field Summary

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
Deprecated. here just for the serialization backward compatibility.

Field Details

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

Deprecated. here just for the serialization backward compatibility.

Difference from GMT in terms of minutes.