Class MonthlyRepetitionBase
Class MonthlyRepetitionBase
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Represents a base pattern for monthly day position.
public abstract class MonthlyRepetitionBase
Inheritance
object ← MonthlyRepetitionBase
Derived
ByMonthDayRepetition, ByMonthWeekDayRepetition
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
MonthlyRepetitionBase()
Initializes a new instance of the Aspose.Tasks.MonthlyRepetitionBase class.
protected MonthlyRepetitionBase()
Properties
RepetitionInterval
Gets or sets a number of month which represents the interval in months between occurrences.
public int RepetitionInterval { get; set; }