TimezoneById interface

An interface representing TimezoneById.

Properties

aliases

An array of time zone ID aliases.  Only returned when [options]=zoneinfo or all. Note: may be null. NOTE: This property will not be serialized. It can only be populated by the server.

countries

An array of country records. Only returned when [options]=zoneinfo or all. NOTE: This property will not be serialized. It can only be populated by the server.

id

Id property NOTE: This property will not be serialized. It can only be populated by the server.

names
referenceTime
representativePoint
timeTransitions

Time zone DST transitions from [transitionsFrom] until timestamp + 1 year. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

aliases

An array of time zone ID aliases.  Only returned when [options]=zoneinfo or all. Note: may be null. NOTE: This property will not be serialized. It can only be populated by the server.

aliases?: string[]

Property Value

string[]

countries

An array of country records. Only returned when [options]=zoneinfo or all. NOTE: This property will not be serialized. It can only be populated by the server.

countries?: Country[]

Property Value

id

Id property NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

names

names?: Names

Property Value

referenceTime

referenceTime?: ReferenceTimeById

Property Value

representativePoint

representativePoint?: RepresentativePoint

Property Value

timeTransitions

Time zone DST transitions from [transitionsFrom] until timestamp + 1 year. NOTE: This property will not be serialized. It can only be populated by the server.

timeTransitions?: TimeTransition[]

Property Value