pub fn time_zone_id_enumeration(
zone_type: USystemTimeZoneType,
region: Option<&str>,
raw_offset: Option<i32>,
) -> Result<Enumeration, Error>
Expand description
Opens a list of available time zone IDs with the given filters.
Implements ucal_openTimeZoneIDEnumeration