Share via


TimeZone interface

The timezone information.

Properties

availableIds

An array of available IDs.

default

The timezone information.

displayName

The display name of the timezone.

dstSavings

The value of the daylight saving time.

id

The ID of the timezone.

rawOffset

The raw offset of the timezone.

Property Details

availableIds

An array of available IDs.

availableIds?: string[]

Property Value

string[]

default

The timezone information.

default?: TimeZone

Property Value

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