CFDateCreate |
||||
Header: | CFDate.h | Carbon status: | Supported | |
Creates a CFDate object using the specified absolute time.
CFDateRef CFDateCreate ( CFAllocatorRef allocator, CFAbsoluteTime at );
The memory allocator to use. Pass kCFAllocatorDefault to use the system allocator.
The absolute time you wish converted to a CFDate object.
A CFDate object containing the specified absolute time.
CFDate objects must always be created using absolute time. Time intervals are not supported.
Supported in Carbon. Available in Carbon 1.0.2 and later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)