Home > @i2analyze/notebook-sdk > app > IApplication > allTimeZones
app.IApplication.allTimeZones property
Gets a list of all the valid time zones, in the same order as they appear in the application.
Signature:
readonly allTimeZones: data.IKeyedReadOnlyCollection<data.TimeZoneId, data.ITimeZone>;
Returns: data.IKeyedReadOnlyCollection<data.TimeZoneId, data.ITimeZone>
Introduced: version 1.0
Remarks
The list is sorted in ascending order of data.ITimeZone.rawUtcOffset, and then alphabetically by data.ITimeZone.fullDisplayName if UTC offsets are equal. For example:
(GMT-08:00) Los Angeles Time
(GMT-01:00) Azores Time [Atlantic/Azores]
(GMT) United Kingdom Time [Europe/London]
(GMT+01:00)Austria Time
(GMT+01:00) Belgium Time