CFTimeZoneCopyLocalizedName(_:_:_:)
Returns the localized name of a given time zone.
Declaration
func CFTimeZoneCopyLocalizedName(_ tz: CFTimeZone!, _ style: CFTimeZoneNameStyle, _ locale: CFLocale!) -> CFString!Parameters
- tz:
The time zone to analyze.
- style:
The style for the returned name.
- locale:
The locale for which to localize the returned name.
Return Value
The name of tz localized for locale. Ownership follows the The Create Rule.