Class EndByRecurrenceRange
Class EndByRecurrenceRange
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.4.0)
Represents the recurrence range of recurring task which is limited by finish day.
public class EndByRecurrenceRange : RecurrenceRangeBase
Inheritance
object ← RecurrenceRangeBase ← EndByRecurrenceRange
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; }