EndAfterRecurrenceRange

Inheritance: java.lang.Object, com.aspose.tasks.RecurrenceRangeBase

public class EndAfterRecurrenceRange extends RecurrenceRangeBase

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

Constructors

ConstructorDescription
EndAfterRecurrenceRange()Initializes a new instance of the EndAfterRecurrenceRange class.

Methods

MethodDescription
getOccurrenceNumber()Gets the number of occurrences which limits the recurrence range of the recurring task.
setOccurrenceNumber(int value)Sets the number of occurrences which limits the recurrence range of the recurring task.

EndAfterRecurrenceRange()

public EndAfterRecurrenceRange()

Initializes a new instance of the EndAfterRecurrenceRange class.

getOccurrenceNumber()

public final int getOccurrenceNumber()

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

Returns: int - the number of occurrences which limits the recurrence range of the recurring task.

setOccurrenceNumber(int value)

public final void setOccurrenceNumber(int value)

Sets the number of occurrences which limits the recurrence range of the recurring task.

Parameters:

ParameterTypeDescription
valueintthe number of occurrences which limits the recurrence range of the recurring task.