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
);
Parameter descriptions
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 Carbon 1.1 and later when CarbonLib 1.1CarbonLib 1.1 or later is present.


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