Scheduler for WinRT
SnoozeCommand Field


Defines the command that snoozes reminders.
Syntax
'Declaration
 
Public Shared ReadOnly SnoozeCommand As C1.Xaml.C1Command
'Usage
 
Dim value As C1.Xaml.C1Command
 
value = C1Scheduler.SnoozeCommand
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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1Scheduler Class
C1Scheduler Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.