CFTimeZoneSetAbbreviationDictionary(_:)
Sets the abbreviation dictionary to a given dictionary.
Declaration
func CFTimeZoneSetAbbreviationDictionary(_ dict: CFDictionary!)Parameters
- dict:
A dictionary containing key-value pairs for looking up time zone names given their abbreviations. The keys should be CFString objects containing the abbreviations; the values should be CFString objects containing their corresponding geopolitical region names.