CFCalendarCopyTimeZone(_:)
Returns a time zone object for a specified calendar.
Declaration
func CFCalendarCopyTimeZone(_ calendar: CFCalendar!) -> CFTimeZone!Parameters
- calendar:
The calendar to examine.
Return Value
A copy of the time zone object for the specified calendar. Ownership follows the The Create Rule.