Contents

CFAbsoluteTimeGetGregorianDate(_:_:)

Converts an absolute time value into a Gregorian date.

Declaration

func CFAbsoluteTimeGetGregorianDate(_ at: CFAbsoluteTime, _ tz: CFTimeZone!) -> CFGregorianDate

Parameters

  • at:

    The absolute time value to convert.

  • tz:

    The time zone to use for time correction. Pass NULL for GMT.

Return Value

The Gregorian date equivalent for at.

See Also

Core Foundation Time Utilities Miscellaneous Functions