Skip to main content
All docs
V25.1
  • SchedulerControl.SnoozeReminders(IEnumerable<ReminderItem>, TimeSpan) Method

    Postpones the specified reminders.

    Namespace: DevExpress.Xpf.Scheduling

    Assembly: DevExpress.Xpf.Scheduling.v25.1.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