ReminderItem.Snooze(TimeSpan) Method
Delays the alert until the time calculated as the current time has increased by the specified interval.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Parameters
Name | Type | Description |
---|---|---|
remindAfter | TimeSpan | A TimeSpan value which is the time interval added to the current time. |
Returns
Type | Description |
---|---|
Boolean | True, if a alert time has been successfully changed; otherwise, false. |
Remarks
The Snooze method sets the ReminderItem.AlertTime to the new time which is calculated as the current time increased by the time interval which is passed as an argument to the Snooze method.
See Also