Class ByMonthDayRepetition
Class ByMonthDayRepetition
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
月の中での特定の日の絶対位置に基づいたパターンを表します。
public class ByMonthDayRepetition : MonthlyRepetitionBase
継承
object ← MonthlyRepetitionBase ← ByMonthDayRepetition
継承されたメンバー
MonthlyRepetitionBase.RepetitionInterval, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
コンストラクタ
ByMonthDayRepetition()
Aspose.Tasks.ByMonthDayRepetitionクラスの新しいインスタンスを初期化します。
public ByMonthDayRepetition()
プロパティ
DayPosition
タスクが繰り返される必要がある月内の日の位置を取得または設定します。
public int DayPosition { get; set; }