Scheduler for UWP/WinRT
Instance プロパティ

特定の期間中に繰り返しパターンが有効になるカウントを指定する WeekOfMonthEnum 値を取得または設定します。このプロパティは、RecurrenceTypeEnum.MonthlyNthRecurrenceTypeEnum.YearlyNth の種類の繰り返しパターンにのみ有効です。「3月の第2日曜日」のように、N 回目のみが有効になる繰り返しパターンを定義できます。デフォルト値は、WeekOfMonthEnum.First です。
構文
'宣言
 
Public Property Instance As WeekOfMonthEnum
public WeekOfMonthEnum Instance {get; set;}
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

参照

関連項目

RecurrencePattern クラス
RecurrencePattern メンバ

Send Feedback