Defines the command that snoozes reminders.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public static readonly C1Command SnoozeCommand
Visual Basic
Public Shared ReadOnly SnoozeCommand As C1Command

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