public class TimeZone extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
int |
minutes
Deprecated.
here just for the serialization backward compatibility.
|
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. |
Constructor and Description |
---|
TimeZone() |
public int minutes
public static final 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.Copyright © 2016 Oracle Corporation. All rights reserved.