| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
SerializableTimeZoneTime |
SerializableTimeZone.getDaylightTime()
Gets a value that represents an offset from the time relative to Coordinated Universal Time (UTC) that is represented by the Bias property.
|
SerializableTimeZoneTime |
SerializableTimeZone.getStandardTime()
Gets a value that represents an offset from the time relative to Coordinated Universal Time (UTC) that is represented by the Bias property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SerializableTimeZone.setDaylightTime(SerializableTimeZoneTime daylightTime)
Sets a value that represents an offset from the time relative to Coordinated Universal Time (UTC) that is represented by the Bias property.
|
void |
SerializableTimeZone.setStandardTime(SerializableTimeZoneTime standardTime)
Sets a value that represents an offset from the time relative to Coordinated Universal Time (UTC) that is represented by the Bias property.
|
| Constructor and Description |
|---|
SerializableTimeZone(int offset,
SerializableTimeZoneTime standardTime,
SerializableTimeZoneTime daylightTime)
Initializes a new instance of the SerializableTimeZone class.
|