Serializable
public class TimeZone extends Object implements Serializable
Modifier and Type | Field | 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 | 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 © 2019 Oracle Corporation. All rights reserved.