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