Defines the command that snoozes reminders.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public static readonly RoutedCommand SnoozeCommand
Visual Basic (Declaration)
Public Shared ReadOnly SnoozeCommand As RoutedCommand

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: This item is optional. If it is not specified, all active reminders will be snoozed.

See Also