Contents

CMClockMightDrift(_:otherClock:)

Returns a Boolean value that indicates whether it’s possible for two clocks to drift relative to each other.

Declaration

func CMClockMightDrift(_ clock: CMClock, otherClock: CMClock) -> Bool

Parameters

  • clock:

    The first clock to compare.

  • otherClock:

    The second clock to compare.

See Also

Determining Clock Drift