---
title: deliveryDate
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsusernotification/deliverydate
---

# deliveryDate

Specifies when the notification should be delivered.

## Declaration

```swift
var deliveryDate: Date? { get set }
```

## Discussion

Discussion The delivery date is specified in an absolute time. After a notification is delivered, it may be presented to the user.

## See Also

### Delivery Timing

- [actualDeliveryDate](foundation/nsusernotification/actualdeliverydate.md)
- [deliveryRepeatInterval](foundation/nsusernotification/deliveryrepeatinterval.md)
- [deliveryTimeZone](foundation/nsusernotification/deliverytimezone.md)
