Skip to main content

CFTimeZoneCreateWithName

Function CFTimeZoneCreateWithName 

Source
pub extern "C-unwind" fn CFTimeZoneCreateWithName(
    allocator: Option<&CFAllocator>,
    name: Option<&CFString>,
    try_abbrev: bool,
) -> Option<CFRetained<CFTimeZone>>
👎Deprecated:

renamed to CFTimeZone::with_name

Available on crate features CFDate and CFTimeZone only.