CFDateGetAbsoluteTime |
||||
Header: | CFDate.h | Carbon status: | Supported | |
Obtains the value of the specified CFDate as an absolute time.
CFAbsoluteTime CFDateGetAbsoluteTime ( CFDateRef date );
The CFDate object whose absolute time value you wish to obtain.
The value of the specified CFDate represented as absolute time.
Absolute time is measured in seconds relative to the absolute reference date of Jan 1 2001 00:00:00 GMT. A positive value represents a date after the reference date, a negative value represents a date before it. For example, the absolute time -32940326 is equivalent to December 16th, 1999 at 17:54:34.
Supported in Carbon. Available in Carbon 1.0.2 and later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)