Class ByMonthWeekDayRepetition
Class ByMonthWeekDayRepetition
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Represents a pattern which is based on the position of weekday in a month.
public class ByMonthWeekDayRepetition : MonthlyRepetitionBase
Inheritance
object ← MonthlyRepetitionBase ← ByMonthWeekDayRepetition
Inherited Members
MonthlyRepetitionBase.RepetitionInterval, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
ByMonthWeekDayRepetition()
Initializes a new instance of the Aspose.Tasks.ByMonthWeekDayRepetition class.
public ByMonthWeekDayRepetition()
Properties
Position
Gets or sets a position of weekday in a month on which the task must be recurring.
public OrdinalNumber Position { get; set; }
Property Value
WeekDay
Gets or sets a type of weekday on which the task must be recurring.
public DayOfWeek WeekDay { get; set; }