Skip to main content

SchedulerControl.SnoozeReminders(IEnumerable<ReminderItem>, TimeSpan) Method

Postpones the specified reminders.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public void SnoozeReminders(
    IEnumerable<ReminderItem> reminders,
    TimeSpan value
)

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