Skip to main content

SchedulerControl.SnoozeReminder(ReminderItem, TimeSpan) Method

Postpones the specified reminder.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: 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