Class ByYearWeekDayRepetition

Class ByYearWeekDayRepetition

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

Represents a pattern which is based on position of a weekday in a month.

public class ByYearWeekDayRepetition : YearlyRepetitionBase

Inheritance

object YearlyRepetitionBase ByYearWeekDayRepetition

Inherited Members

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

Constructors

ByYearWeekDayRepetition()

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

public ByYearWeekDayRepetition()

Properties

Month

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

public Month Month { get; set; }

Property Value

Month

Position

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

public OrdinalNumber Position { get; set; }

Property Value

OrdinalNumber

WeekDay

Gets or sets a type of week day on which the task must be recurring.

public DayOfWeek WeekDay { get; set; }

Property Value

DayOfWeek

 English