Skip to main content
A newer version of this page is available. .

SchedulerControl.SnoozeReminder(ReminderItem, TimeSpan) Method

Postpones the specified reminder.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public void SnoozeReminder(
    ReminderItem reminder,
    TimeSpan value
)

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