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
);
Parameter descriptions
at

The absolute time you wish converted into a day of the week.

tz

The CFTimeZone object to use for time correction. Pass NULL for GMT.

function result

An integer represeting the day of the week indicated by the specified absolute time.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.


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