---
title: nextTriggerDate()
framework: usernotifications
role: symbol
role_heading: Instance Method
path: usernotifications/uncalendarnotificationtrigger/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 the system will deliver a notification associated with this trigger.

## See Also

### Getting the Trigger Information

- [dateComponents](usernotifications/uncalendarnotificationtrigger/datecomponents.md)
