public class TimeZone
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
private static class |
TimeZone.JavaMissingTimeZone |
private static class |
TimeZone.JavaZeroTimeZone |
(package private) static class |
TimeZone.ZeroTimeZone
Deprecated.
exists just for the backward serialization compatibility.
|
Modifier and Type | Field and Description |
---|---|
int |
minutes
Deprecated.
here just for the serialization backward compatibility.
|
static java.util.TimeZone |
MISSING
The
TimeZone representation that corresponds
to the missing time zone. |
private static long |
serialVersionUID |
static java.util.TimeZone |
ZERO
The
TimeZone representation that corresponds
to the ZERO singleton instance. |
Constructor and Description |
---|
TimeZone() |
Modifier and Type | Method and Description |
---|---|
private java.lang.Object |
readResolve() |
public int minutes
public static final java.util.TimeZone ZERO
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.public static final java.util.TimeZone MISSING
TimeZone
representation that corresponds
to the missing time zone.private static final long serialVersionUID