Class EndByRecurrenceRange

Class EndByRecurrenceRange

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

Represents the recurrence range of recurring task which is limited by finish day.

public class EndByRecurrenceRange : RecurrenceRangeBase

Inheritance

objectRecurrenceRangeBaseEndByRecurrenceRange

Inherited Members

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

Constructors

EndByRecurrenceRange()

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

public EndByRecurrenceRange()

Properties

Finish

Gets or sets the date which limits the recurrence range of the recurring task.

public DateTime Finish { get; set; }

Property Value

DateTime