Class ByYearDayRepetition
Class ByYearDayRepetition
名称: Aspose.Tasks 集合: Aspose.Tasks.dll (25.4.0)
代表一个基于一个月中的一个日子的绝对位置的模式。
public class ByYearDayRepetition : YearlyRepetitionBase
Inheritance
object ← YearlyRepetitionBase ← ByYearDayRepetition
继承人
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
ByYearDayRepetition()
启动 Aspose.Tasks.ByYearDayRepetition 类的新例子。
public ByYearDayRepetition()
Properties
DayPosition
在一个月内获得或设置一个任务必须重复的日期位置。
public int DayPosition { get; set; }
财产价值
Month
收到或设置一个月,任务必须重复。
public Month Month { get; set; }