---
title: timeOffset
framework: imagecapturecore
role: symbol
role_heading: Instance Property
path: imagecapturecore/iccameradevice/timeoffset
---

# timeOffset

The time offset, in seconds, between the camera’s clock and the computer’s clock.

## Declaration

```swift
var timeOffset: TimeInterval { get }
```

## Discussion

Discussion The value of this property is positive if the camera’s clock is ahead of the computer’s clock. Ignore this property if the camera’s capabilities do not include cameraDeviceCanSyncClock.

## See Also

### Synchronizing the Clock

- [requestSyncClock()](imagecapturecore/iccameradevice/requestsyncclock().md)
