New to Kendo UI for Angular? Start a free 30-day trial
zonesPerGroup
A function that returns all timezones which match the title of the zone.
ts
zonesPerGroup('(GMT+01:00) Amsterdam, Berlin'); // ['Europe/Amsterdam', 'Europe/Berlin'...]
Parameters
group string
The fully qualified zone title. For example, Central Standard Time.
Returns
any[] - Returns the list of all matching timezone names. For example, [America/Chicago, ...]
.