---
title: timestamp
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturephoto/timestamp
---

# timestamp

The time at which the image was captured.

## Declaration

```swift
var timestamp: CMTime { get }
```

## Discussion

Discussion This timestamp is always synchronized to the masterClock time of the AVCaptureSession object to which the photo output is connected.

## See Also

### Resolving photo capture requests

- [resolvedSettings](avfoundation/avcapturephoto/resolvedsettings.md)
- [photoCount](avfoundation/avcapturephoto/photocount.md)
