CFAbsoluteTimeGetGregorianDate(_:_:)
Converts an absolute time value into a Gregorian date.
Declaration
func CFAbsoluteTimeGetGregorianDate(_ at: CFAbsoluteTime, _ tz: CFTimeZone!) -> CFGregorianDateParameters
- at:
The absolute time value to convert.
- tz:
The time zone to use for time correction. Pass
NULLfor GMT.
Return Value
The Gregorian date equivalent for at.