---
title: nextTriggerDate()
framework: usernotifications
role: symbol
role_heading: Instance Method
path: usernotifications/untimeintervalnotificationtrigger/nexttriggerdate()
---

# nextTriggerDate()

The next date at which the trigger conditions are met.

## Declaration

```swift
func nextTriggerDate() -> Date?
```

## Return Value

Return Value The next trigger date.

## Discussion

Discussion Use this property to find out when a notification associated with this trigger will next be delivered.

## See Also

### Getting the Trigger Information

- [timeInterval](usernotifications/untimeintervalnotificationtrigger/timeinterval.md)
