CFGregorianDateGetAbsoluteTime(_:_:)
Converts a Gregorian date value into an absolute time value.
Declaration
func CFGregorianDateGetAbsoluteTime(_ gdate: CFGregorianDate, _ tz: CFTimeZone!) -> CFAbsoluteTimeParameters
- gdate:
The Gregorian date to convert.
- tz:
The time zone to use for time correction. Pass
NULLfor GMT.
Return Value
The absolute time equivalent of gdate.