![]() |
CFAbsoluteTimeGetDayOfWeek |
||||
Header: | CFDate.h | Carbon status: | Supported | |
Returns an integer representing the day of the week indicated by the specified absolute time.
SInt32 CFAbsoluteTimeGetDayOfWeek ( CFAbsoluteTime at, CFTimeZoneRef tz );
The absolute time you wish converted into a day of the week.
The CFTimeZone object to use for time correction. Pass NULL for GMT.
An integer represeting the day of the week indicated by the specified absolute time.
Supported in Carbon. Available in CarbonLib 1.0 and later when CoreFoundationLib 1.0 or later is installed. Exported by CarbonLib 1.0 and later and by CoreFoundationLib 1.0 and later.