[]
        
(Showing Draft Content)

C1.WPF.Schedule.C1Scheduler.SnoozeCommand

SnoozeCommand Field

Defines the command that snoozes reminders.

Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.dll
Syntax
public static readonly RoutedCommand SnoozeCommand
Public Shared ReadOnly SnoozeCommand As RoutedCommand
Returns
Type Description
RoutedCommand Defines the command that snoozes reminders.
Remarks

Command parameter may contain an array of 2 values:

  1. The TimeSpan value specifying time interval used for snoozing.
  2. One of the next values:
    • IList of C1.Schedule.Reminder objects to snooze
    • the C1.Schedule.Reminder object to snooze
    This item is optional. If it is not specified, all active reminders will be snoozed.