Skip to main content

CFDateFormatterCreateISO8601Formatter

Function CFDateFormatterCreateISO8601Formatter 

Source
pub unsafe extern "C-unwind" fn CFDateFormatterCreateISO8601Formatter(
    allocator: Option<&CFAllocator>,
    format_options: CFISO8601DateFormatOptions,
) -> Option<CFRetained<CFDateFormatter>>
👎Deprecated:

renamed to CFDateFormatter::new_iso_8601_formatter

Available on crate feature CFDateFormatter only.