New to Kendo UI for Angular? Start a free 30-day trial
timezoneNames
A function that returns the list of all timezones that are loaded.
ts
import '@progress/kendo-date-math/timezones/europe-berlin';
import '@progress/kendo-date-math/timezones/europe-sofia';
timezoneNames(); // ['Europe/Berlin', 'Europe/Sofia']
Returns
string[] - Returns the list of all timezones that are loaded.