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

# time

A time within the timeline of the primary content that playback of interstitial content begins.

## Declaration

```swift
var time: CMTime { get set }
```

## Discussion

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

## See Also

### Inspecting timing

- [date](avfoundation/avplayerinterstitialevent/date.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)
