Class ByMonthDayRepetition

Class ByMonthDayRepetition

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

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

public class ByMonthDayRepetition : MonthlyRepetitionBase

Inheritance

objectMonthlyRepetitionBaseByMonthDayRepetition

Inherited Members

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

Constructors

ByMonthDayRepetition()

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

public ByMonthDayRepetition()

Properties

DayPosition

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

public int DayPosition { get; set; }

Property Value

int