Class RecurrencePatternBase

Class RecurrencePatternBase

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

Represents the base class of recurrence pattern.

public abstract class RecurrencePatternBase

Inheritance

objectRecurrencePatternBase

Derived

DailyRecurrencePattern, MonthlyRecurrencePattern, WeeklyRecurrencePattern, YearlyRecurrencePattern

Inherited Members

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

Constructors

RecurrencePatternBase()

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

protected RecurrencePatternBase()

Properties

RecurrenceRange

Gets or sets the recurrence range.

public RecurrenceRangeBase RecurrenceRange { get; set; }

Property Value

RecurrenceRangeBase