CFAbsoluteTimeGetGregorianDate |
||||
Header: | CFDate.h | Carbon status: | Supported | |
Converts an absolute time value into a Gregorian date.
CFGregorianDate CFAbsoluteTimeGetGregorianDate ( CFAbsoluteTime at, CFTimeZoneRef tz );
The absolute time value you wish converted into a Gregorian date.
The CFTimeZone object to use for time correction. Pass NULL for GMT.
The Gregorian date equivilant for the specified absolute time value.
Supported in Carbon. Available in Carbon 1.0.2 and later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)