SchedulerControl.SnoozeReminders(IEnumerable<ReminderItem>, TimeSpan) Method
Postpones the specified reminders.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v25.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| reminders | IEnumerable<ReminderItem> | A collection of DevExpress.Xpf.Scheduling.ReminderItem objects that are the reminders to postpone. |
| value | TimeSpan | A System.TimeSpan value that is the time interval for which to postpone the reminders. |
See Also