Class ByYearDayRepetition

Class ByYearDayRepetition

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

Represents a pattern which is based on the absolute position of a day in a month.

public class ByYearDayRepetition : YearlyRepetitionBase

Inheritance

object YearlyRepetitionBase ByYearDayRepetition

Inherited Members

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

ByYearDayRepetition()

Initializes a new instance of the Aspose.Tasks.ByYearDayRepetition class.

public ByYearDayRepetition()

Properties

DayPosition

Gets or sets a position of day in a month on which the task must be recurring.

public int DayPosition { get; set; }

Property Value

int

Month

Gets or sets a month on which the task must be recurring.

public Month Month { get; set; }

Property Value

Month

 English