| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
static StandardTimeZone |
StandardTimeZone.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StandardTimeZone[] |
StandardTimeZone.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SerializableTimeZone(StandardTimeZone standardTimeZone)
Initializes a new instance of the SerializableTimeZone class.
|
TimeZone(StandardTimeZone standardTimeZone)
Initializes a new instance of the TimeZone class.
|