Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / SnoozeCommand Field

In This Topic
    SnoozeCommand Field (C1Scheduler)
    In This Topic
    Defines the command that snoozes reminders.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly SnoozeCommand As RoutedCommand
    public static readonly RoutedCommand SnoozeCommand
    Remarks

    Command parameter may contain an array of 2 values:

    1. The System.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