SchedulerControl.SnoozeReminder(ReminderItem, TimeSpan) Method
Postpones the specified reminder.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Parameters
Name | Type | Description |
---|---|---|
reminder | ReminderItem | A DevExpress.Xpf.Scheduling.ReminderItem object that is the reminder to postpone. |
value | TimeSpan | A System.TimeSpan value that is the time interval for which to postpone the reminder. |
See Also