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; }