scheduledNotifications
Specifies an array of scheduled user notifications that have not yet been delivered.
Declaration
var scheduledNotifications: [NSUserNotification] { get set }Discussion
Newly scheduled notifications are added to the end of the array. You may also bulk-schedule notifications by setting this array. Bulk setting new scheduled notifications unschedules existing notifications.