Class MonthlyRecurrencePattern
Class MonthlyRecurrencePattern
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.4.0)
Represents the set of parameters are used to create a monthly recurring task in a project.
public class MonthlyRecurrencePattern : RecurrencePatternBase
Inheritance
object ← RecurrencePatternBase ← MonthlyRecurrencePattern
Inherited Members
RecurrencePatternBase.RecurrenceRange , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
MonthlyRecurrencePattern()
Initializes a new instance of the Aspose.Tasks.MonthlyRecurrencePattern class.
public MonthlyRecurrencePattern()
Properties
Repetition
Gets or sets the recurring repetition pattern.
public MonthlyRepetitionBase Repetition { get; set; }