Carbon


CFAbsoluteTimeAddGregorianUnits

Header: CFDate.h Carbon status: Supported

Adds the time interval expressed as Gregorian units to the specified absolute time.

CFAbsoluteTime CFAbsoluteTimeAddGregorianUnits (
    CFAbsoluteTime at, 
    CFTimeZoneRef tz, 
    CFGregorianUnits units
);
at

The absolute time to which the specified Gregorian unit interval will be added.

tz

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

units

A time interval expressed as Gregorian units.

function result

An absolute time value equal to the sum of the specified absolute time and Gregorian time interval.

AVAILABILITY

Supported in Carbon. Available in CarbonLib 1.1 and later when CoreFoundationLib 1.1 or later is installed. Exported by CarbonLib 1.1 and later and by CoreFoundationLib 1.1 and later.


© 2000 Apple Computer, Inc. — (Last Updated 3/8/2000)