---
title: currentDate
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avplayeritemintegratedtimelinesnapshot/currentdate
---

# currentDate

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

## Declaration

```swift
var currentDate: Date? { get }
```

## Discussion

Discussion This value is nil if playback doesn’t map to a date.

## See Also

### Inspecting the snapshot

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