Skip to main content

CFDateFormatterCreate

Function CFDateFormatterCreate 

Source
pub unsafe extern "C-unwind" fn CFDateFormatterCreate(
    allocator: Option<&CFAllocator>,
    locale: Option<&CFLocale>,
    date_style: CFDateFormatterStyle,
    time_style: CFDateFormatterStyle,
) -> Option<CFRetained<CFDateFormatter>>
👎Deprecated:

renamed to CFDateFormatter::new

Available on crate features CFDateFormatter and CFLocale only.