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

# currentDate

The current date of playback.

## Declaration

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

## Discussion

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

## See Also

### Inspecting the time and date

- [currentTime](avfoundation/avplayeritemintegratedtimeline/currenttime.md)
