Contents

CFGregorianDateGetAbsoluteTime(_:_:)

Converts a Gregorian date value into an absolute time value.

Declaration

func CFGregorianDateGetAbsoluteTime(_ gdate: CFGregorianDate, _ tz: CFTimeZone!) -> CFAbsoluteTime

Parameters

  • gdate:

    The Gregorian date to convert.

  • tz:

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

Return Value

The absolute time equivalent of gdate.

See Also

Core Foundation Time Utilities Miscellaneous Functions