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