| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
Duration |
Period.getBias()
Gets an xs:duration value that represents the time offset from Coordinated Universal Time (UTC) for the period.
|
Duration |
TimeZone.getOffset()
Gets the hourly offset from UTC for the current time zone.
|
Duration |
TimeChange.getOffset()
Gets the offset from the BaseOffset.
|
Duration |
RecurringDayTransition.getTimeOffset()
Gets the duration offset from Coordinated Universal Time (UTC) for the time zone transition.
|
Duration |
RecurringDateTransition.getTimeOffset()
Gets the duration offset from Coordinated Universal Time (UTC) for the time zone transition.
|
static Duration |
Duration.parse(java.lang.String duration)
Parses the.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimeZone.setOffset(Duration offset)
Sets the hourly offset from UTC for the current time zone.
|
void |
TimeChange.setOffset(Duration offset)
Sets the offset from the BaseOffset.
|
void |
RecurringDayTransition.setTimeOffset(Duration timeOffset)
Sets the duration offset from Coordinated Universal Time (UTC) for the time zone transition.
|
void |
RecurringDateTransition.setTimeOffset(Duration timeOffset)
Sets the duration offset from Coordinated Universal Time (UTC) for the time zone transition.
|
| Constructor and Description |
|---|
TimeChange(Duration offset)
Initializes a new instance of the TimeChange class.
|
TimeZone(Duration offset)
Initializes a new instance of the TimeZone class.
|
TimeZone(Duration offset,
java.lang.String name)
Initializes a new instance of the TimeZone class.
|
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.
|