deliveryDate
Specifies when the notification should be delivered.
Declaration
var deliveryDate: Date? { get set }Discussion
The delivery date is specified in an absolute time.
After a notification is delivered, it may be presented to the user.
Specifies when the notification should be delivered.
var deliveryDate: Date? { get set }The delivery date is specified in an absolute time.
After a notification is delivered, it may be presented to the user.