Skip to main content

CFDateCreate

Function CFDateCreate 

Source
pub extern "C-unwind" fn CFDateCreate(
    allocator: Option<&CFAllocator>,
    at: CFAbsoluteTime,
) -> Option<CFRetained<CFDate>>
👎Deprecated:

renamed to CFDate::new

Available on crate feature CFDate only.