zonesPerGroup
Function
Definition
Package:@progress/kendo-date-math
Syntax:
ts
zonesPerGroup('(GMT+01:00) Amsterdam, Berlin'); // ['Europe/Amsterdam', 'Europe/Berlin'...]
A function that returns all timezones which match the title of the zone.
Parameters:groupstring
The fully qualified zone title. For example, Central Standard Time.
Returns:any[]
- Returns the list of all matching timezone names. For example,
[America/Chicago, ...].