Home > @i2analyze/notebook-sdk > data > ITimeZone
data.ITimeZone interface
A time zone.
Signature:
interface ITimeZone
Introduced: version 1.0
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| fullDisplayName | readonly |
string | Gets the full display name of the time zone, which might be displayed to users. |
| id | readonly |
TimeZoneId | Gets the identifier of the time zone. |
| rawUtcOffset | readonly |
number | Gets the raw offset of the time zone from UTC, in whole seconds. |
Methods
| Method | Description |
|---|---|
| getShortDisplayName(isDst) | Gets the short display name of the time zone, which might be displayed to users. |