---
title: "scheduleNotification(_:)"
framework: foundation
role: symbol
role_heading: Instance Method
path: "foundation/nsusernotificationcenter/schedulenotification(_:)"
---

# scheduleNotification(_:)

Schedules the specified user notification.

## Declaration

```swift
func scheduleNotification(_ notification: NSUserNotification)
```

## Parameters

- `notification`: The user notification.

## Discussion

Discussion Scheduled notifications are added to the end of the notification queue.

## See Also

### Related Documentation

- [deliver(_:)](foundation/nsusernotificationcenter/deliver(_:).md)

### Managing the Scheduled Notification Queue

- [scheduledNotifications](foundation/nsusernotificationcenter/schedulednotifications.md)
- [removeScheduledNotification(_:)](foundation/nsusernotificationcenter/removeschedulednotification(_:).md)
