Package com.aspose.tasks
Class EndAfterRecurrenceRange
- java.lang.Object
-
- com.aspose.tasks.RecurrenceRangeBase
-
- com.aspose.tasks.EndAfterRecurrenceRange
-
public class EndAfterRecurrenceRange extends RecurrenceRangeBase
Represents the recurrence range of recurring task which is limited by occurrence number.
-
-
Constructor Summary
Constructors Constructor Description EndAfterRecurrenceRange()
Initializes a new instance of theEndAfterRecurrenceRange
class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.aspose.tasks.RecurrenceRangeBase
getStart, setStart
-
-
-
-
Constructor Detail
-
EndAfterRecurrenceRange
public EndAfterRecurrenceRange()
Initializes a new instance of the
EndAfterRecurrenceRange
class.
-
-
Method Detail
-
getOccurrenceNumber
public final int getOccurrenceNumber()
Gets the number of occurrences which limits the recurrence range of the recurring task.
- Returns:
- the number of occurrences which limits the recurrence range of the recurring task.
-
setOccurrenceNumber
public final void setOccurrenceNumber(int value)
Sets the number of occurrences which limits the recurrence range of the recurring task.
- Parameters:
value
- the number of occurrences which limits the recurrence range of the recurring task.
-
-