---
title: currentTime
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avplayeritemintegratedtimelinesnapshot/currenttime
---

# currentTime

The current time on the integrated timeline when the system created the snapshot.

## Declaration

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

## Discussion

Discussion This value doesn’t change as time progresses.

## See Also

### Inspecting the snapshot

- [duration](avfoundation/avplayeritemintegratedtimelinesnapshot/duration.md)
- [currentSegment](avfoundation/avplayeritemintegratedtimelinesnapshot/currentsegment.md)
- [segments](avfoundation/avplayeritemintegratedtimelinesnapshot/segments.md)
- [AVPlayerItemSegment](avfoundation/avplayeritemsegment.md)
- [currentDate](avfoundation/avplayeritemintegratedtimelinesnapshot/currentdate.md)
