mightDrift(relativeTo:)
Returns a Boolean value that indicates whether it’s possible for the clock to drift relative to the input.
Declaration
func mightDrift<T>(relativeTo clockOrTimebase: T) -> Bool where T : CMSyncProtocolParameters
- clockOrTimebase:
The clock to compare to.