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