Class MonthlyRepetitionBase
Class MonthlyRepetitionBase
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
月ごとの日付位置の基本パターンを表します。
public abstract class MonthlyRepetitionBase
継承
object ← MonthlyRepetitionBase
派生
ByMonthDayRepetition, ByMonthWeekDayRepetition
継承されたメンバー
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
コンストラクター
MonthlyRepetitionBase()
Aspose.Tasks.MonthlyRepetitionBase クラスの新しいインスタンスを初期化します。
protected MonthlyRepetitionBase()
プロパティ
RepetitionInterval
発生の間隔を月数で表す数を取得または設定します。
public int RepetitionInterval { get; set; }