Class ByYearDayRepetition

Class ByYearDayRepetition

Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)

表示基于一个月中某一天的绝对位置的模式。

public class ByYearDayRepetition : YearlyRepetitionBase

继承

objectYearlyRepetitionBaseByYearDayRepetition

继承成员

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

属性值

int

Month

获取或设置任务必须重复的月份。

public Month Month { get; set; }

属性值

Month

 中文