EndAfterRecurrenceRange
Contents
[
Hide
]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
Constructor | Description |
---|---|
EndAfterRecurrenceRange() | Initializes a new instance of the EndAfterRecurrenceRange class. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
value | int | the number of occurrences which limits the recurrence range of the recurring task. |