Scheduler for WPF
SnoozeCommand フィールド (C1Scheduler)

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > C1Scheduler クラス : SnoozeCommand フィールド
Defines the command that snoozes reminders.
シンタックス
'宣言
 
Public Shared ReadOnly SnoozeCommand As System.Windows.Input.RoutedCommand
public static readonly System.Windows.Input.RoutedCommand SnoozeCommand
解説

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:
    • System.Collections.IList of C1.C1Schedule.Reminder objects to snooze
    • the C1.C1Schedule.Reminder object to snooze
    This item is optional. If it is not specified, all active reminders will be snoozed.

参照

C1Scheduler クラス
C1Scheduler メンバ