CFDateFormatterGetLocale(_:)
Returns the locale object used to create the given date formatter object.
Declaration
func CFDateFormatterGetLocale(_ formatter: CFDateFormatter!) -> CFLocale!Parameters
- formatter:
The date formatter object to examine.
Return Value
The locale object used to create formatter. Ownership follows the The Get Rule.