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 );
The absolute time to which the specified Gregorian unit interval will be added.
The CFTimeZone object to use for time correction. Pass NULL for GMT.
A time interval expressed as Gregorian units.
An absolute time value equal to the sum of the specified absolute time and Gregorian time interval.
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)