| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
TimeChange |
TimeZone.getDaylightTime()
Gets the date and time when the time changes from daylight saving time to standard time.
|
TimeChange |
TimeZone.getStandardTime()
Gets the date and time when the time changes from daylight saving time to standard time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimeZone.setDaylightTime(TimeChange daylightTime)
Sets the date and time when the time changes from daylight saving time to standard time.
|
void |
TimeZone.setStandardTime(TimeChange standardTime)
Sets the date and time when the time changes from daylight saving time to standard time.
|
| Constructor and Description |
|---|
TimeZone(Duration offset,
java.lang.String name,
TimeChange standardTime,
TimeChange daylightTime)
Initializes a new instance of the TimeZone class.
|
TimeZone(Duration offset,
TimeChange standardTime,
TimeChange daylightTime)
Initializes a new instance of the TimeZone class.
|