CFGregorianDateGetAbsoluteTime

Header: CFDate.h Carbon status: Supported

Converts a Gregorian date value into an absolute time value.

CFAbsoluteTime CFGregorianDateGetAbsoluteTime (
    CFGregorianDate gdate, 
    CFTimeZoneRef tz
);
Parameter descriptions
gdate

The Gregorian date you wish converted to an absolute time.

tz

The CFTimeZone object to use for time correction. Pass NULL for GMT.

function result

The absolute time equivalant for the specifed Gregorian date.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)