ByYearWeekDayRepetition

ByYearWeekDayRepetition class

月の平日の位置に基づくパターンを表します。

public class ByYearWeekDayRepetition : YearlyRepetitionBase

コンストラクター

名前説明
ByYearWeekDayRepetition()の新しいインスタンスを初期化しますByYearWeekDayRepetitionクラス。

プロパティ

名前説明
Month { get; set; }タスクを繰り返す月を取得または設定します。
Position { get; set; }タスクを繰り返す必要がある月の週の日の位置を取得または設定します。
WeekDay { get; set; }タスクを繰り返す必要がある曜日の種類を取得または設定します。

関連項目