Class YearlyRecurrencePattern
Class YearlyRecurrencePattern
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.4.0)
Represents the set of parameters are used to create a yearly recurring task in a project.
public class YearlyRecurrencePattern : RecurrencePatternBase
Inheritance
object ← RecurrencePatternBase ← YearlyRecurrencePattern
Inherited Members
RecurrencePatternBase.RecurrenceRange , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
YearlyRecurrencePattern()
Initializes a new instance of the Aspose.Tasks.YearlyRecurrencePattern class.
public YearlyRecurrencePattern()
Properties
Repetition
Gets or sets the recurring position pattern.
public YearlyRepetitionBase Repetition { get; set; }