---
title: timeInterval
framework: usernotifications
role: symbol
role_heading: Instance Property
path: usernotifications/untimeintervalnotificationtrigger/timeinterval
---

# timeInterval

The time interval to create the trigger.

## Declaration

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

## Discussion

Discussion This property contains the original time interval that you specified when creating the trigger object. The value in this property isn’t updated as time counts down. To find out when the trigger will fire next, call the nextTriggerDate() method.

## See Also

### Getting the Trigger Information

- [nextTriggerDate()](usernotifications/untimeintervalnotificationtrigger/nexttriggerdate().md)
