---
title: "mightDrift(relativeTo:)"
framework: coremedia
role: symbol
role_heading: Instance Method
path: "coremedia/cmsyncprotocol/mightdrift(relativeto:)"
---

# mightDrift(relativeTo:)

Returns a Boolean value that indicates whether it’s possible for the clock to drift relative to the input.

## Declaration

```swift
func mightDrift<T>(relativeTo clockOrTimebase: T) -> Bool where T : CMSyncProtocol
```

## Parameters

- `clockOrTimebase`: The clock to compare to.
