CFTimeZoneGetData(_:)
Returns the data that stores the information used by a time zone.
Declaration
func CFTimeZoneGetData(_ tz: CFTimeZone!) -> CFData!Parameters
- tz:
The time zone to analyze.
Return Value
The data used to store tz. Ownership follows the The Get Rule. May be NULL if the timezone does not have any data or use Olson data for its information.