Skip to main content

CFTimeZoneCreateWithTimeIntervalFromGMT

Function CFTimeZoneCreateWithTimeIntervalFromGMT 

Source
pub extern "C-unwind" fn CFTimeZoneCreateWithTimeIntervalFromGMT(
    allocator: Option<&CFAllocator>,
    ti: CFTimeInterval,
) -> Option<CFRetained<CFTimeZone>>
👎Deprecated:

renamed to CFTimeZone::with_time_interval_from_gmt

Available on crate features CFDate and CFTimeZone only.