CFAbsoluteTimeGetWeekOfYear |
||||
Header: | CFDate.h | Carbon status: | Supported | |
Returns an integer representing the week of the year indicated by the specified absolute time.
SInt32 CFAbsoluteTimeGetWeekOfYear ( CFAbsoluteTime at, CFTimeZoneRef tz );
The absolute time you wish converted into a week of the year.
The CFTimeZone object to use for time correction. Pass NULL for GMT.
An integer representing the week of the year indicated by the specified absolute time.
Supported in Carbon. Available in Carbon 1.0.2 and later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)