---
title: interval
framework: mediaplayer
role: symbol
role_heading: Instance Property
path: mediaplayer/mpskipintervalcommandevent/interval
---

# interval

The chosen interval, in seconds, for the skip command event.

## Declaration

```swift
var interval: TimeInterval { get }
```

## Discussion

Discussion The interval property provides the number of seconds to be skipped when a skip command is executed.
