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