SRAbsoluteTimeToCFAbsoluteTime

Function SRAbsoluteTimeToCFAbsoluteTime 

Source
pub unsafe extern "C-unwind" fn SRAbsoluteTimeToCFAbsoluteTime(
    sr: SRAbsoluteTime,
) -> CFAbsoluteTime
Available on crate feature objc2-core-foundation only.
Expand description

Convert a SRAbsoluteTime to a CFAbsoluteTime.

The CFAbsoluteTime returned is based on calculations relative to the current wall clock. This means that if the system time is 5 seconds fast against UTC, the result will be 5 seconds fast to when the event happened relative to UTC.