![]() |
CFGregorianDateGetAbsoluteTime |
||||
Header: | CFDate.h | Carbon status: | Supported | |
Converts a Gregorian date value into an absolute time value.
CFAbsoluteTime CFGregorianDateGetAbsoluteTime ( CFGregorianDate gdate, CFTimeZoneRef tz );
The Gregorian date you wish converted to an absolute time.
The CFTimeZone object to use for time correction. Pass NULL for GMT.
The absolute time equivalant for the specifed Gregorian date.0
Supported in Carbon. Available in CarbonLib 1.0 and later when CoreFoundationLib 1.0 or later is installed. Exported by CarbonLib 1.0 and later and by CoreFoundationLib 1.0 and later.