Class YearlyRecurrencePattern
Class YearlyRecurrencePattern
名称: Aspose.Tasks 集合: Aspose.Tasks.dll (25.4.0)
代表一组参数,用于在项目中创建一个每年重复的任务。
public class YearlyRecurrencePattern : RecurrencePatternBase
Inheritance
object ← RecurrencePatternBase ← YearlyRecurrencePattern
继承人
RecurrencePatternBase.RecurrenceRange , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
YearlyRecurrencePattern()
启动 Aspose.Tasks.YearlyRecurrencePattern 类的新例子。
public YearlyRecurrencePattern()
Properties
Repetition
接收或设置重复的位置模式。
public YearlyRepetitionBase Repetition { get; set; }