CFTimeZoneGetName(_:)
Returns the geopolitical region name that identifies a given time zone.
Declaration
func CFTimeZoneGetName(_ tz: CFTimeZone!) -> CFString!Parameters
- tz:
The time zone to analyze.
Return Value
A string containing the geopolitical region name that identifies tz. Ownership follows the The Get Rule.