public class EndAfterRecurrenceRange extends RecurrenceRangeBase
Represents the recurrence range of recurring task which is limited by occurrence number.
Constructor and Description |
---|
EndAfterRecurrenceRange()
Initializes a new instance of the
EndAfterRecurrenceRange class. |
Modifier and Type | Method and Description |
---|---|
int |
getOccurrenceNumber()
Gets the number of occurrences which limits the recurrence range of the recurring task.
|
void |
setOccurrenceNumber(int value)
Sets the number of occurrences which limits the recurrence range of the recurring task.
|
getStart, setStart
public EndAfterRecurrenceRange()
Initializes a new instance of the EndAfterRecurrenceRange
class.
public final int getOccurrenceNumber()
Gets the number of occurrences which limits the recurrence range of the recurring task.
public final void setOccurrenceNumber(int value)
Sets the number of occurrences which limits the recurrence range of the recurring task.
value
- the number of occurrences which limits the recurrence range of the recurring task.