TimeZoneOutput interface
The timezone information.
Properties
| available |
An array of available IDs. |
| default | The timezone information. |
| display |
The display name of the timezone. |
| dst |
The value of the daylight saving time. |
| id | The ID of the timezone. |
| raw |
The raw offset of the timezone. |
Property Details
availableIds
An array of available IDs.
availableIds?: string[]
Property Value
string[]
default
displayName
The display name of the timezone.
displayName?: string
Property Value
string
dstSavings
The value of the daylight saving time.
dstSavings?: number
Property Value
number
id
The ID of the timezone.
id?: string
Property Value
string
rawOffset
The raw offset of the timezone.
rawOffset?: number
Property Value
number