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

In This Topic
    SnoozeCommand Field
    In This Topic
    Defines the command that snoozes reminders.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly SnoozeCommand As C1.Xaml.C1Command
    public static readonly C1.Xaml.C1Command 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