Class EndAfterRecurrenceRange

Class EndAfterRecurrenceRange

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

Represents the recurrence range of recurring task which is limited by occurrence number.

public class EndAfterRecurrenceRange : RecurrenceRangeBase

Inheritance

objectRecurrenceRangeBaseEndAfterRecurrenceRange

Inherited Members

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

Constructors

EndAfterRecurrenceRange()

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

public EndAfterRecurrenceRange()

Properties

OccurrenceNumber

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

public int OccurrenceNumber { get; set; }

Property Value

int