pub unsafe extern "C-unwind" fn SRAbsoluteTimeFromCFAbsoluteTime(
cf: CFAbsoluteTime,
) -> SRAbsoluteTimeAvailable on crate feature
objc2-core-foundation only.Expand description
Convert a CFAbsoluteTime to an SRAbsoluteTime.
The SRAbsoluteTime 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.