![]() |
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 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.