Class RecurrenceRangeBase

Class RecurrenceRangeBase

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

Represents the recurrence range of recurring task.

public abstract class RecurrenceRangeBase

Inheritance

objectRecurrenceRangeBase

Derived

EndAfterRecurrenceRange, EndByRecurrenceRange

Inherited Members

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

Constructors

RecurrenceRangeBase()

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

protected RecurrenceRangeBase()

Properties

Start

Gets or sets the start date of the recurrence range of the recurring task.

public DateTime Start { get; set; }

Property Value

DateTime