---
title: date
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avplayerinterstitialevent/date
---

# date

A date within the date range of the primary content that playback of interstitial content begins.

## Declaration

```swift
var date: Date? { get set }
```

## Discussion

Discussion This property value is nil if you initialized the event with a time instead of a date.

## See Also

### Inspecting timing

- [time](avfoundation/avplayerinterstitialevent/time.md)
- [willPlayOnce](avfoundation/avplayerinterstitialevent/willplayonce.md)
- [resumptionOffset](avfoundation/avplayerinterstitialevent/resumptionoffset.md)
- [playoutLimit](avfoundation/avplayerinterstitialevent/playoutlimit.md)
- [alignsStartWithPrimarySegmentBoundary](avfoundation/avplayerinterstitialevent/alignsstartwithprimarysegmentboundary.md)
- [alignsResumptionWithPrimarySegmentBoundary](avfoundation/avplayerinterstitialevent/alignsresumptionwithprimarysegmentboundary.md)
