CFCalendarSetTimeZone(_:_:)
Sets the time zone for a calendar.
Declaration
func CFCalendarSetTimeZone(_ calendar: CFCalendar!, _ tz: CFTimeZone!)Parameters
- calendar:
The calendar to modify.
- tz:
The time zone to set for
calendar.
Sets the time zone for a calendar.
func CFCalendarSetTimeZone(_ calendar: CFCalendar!, _ tz: CFTimeZone!)The calendar to modify.
The time zone to set for calendar.