Uses of Class
com.aspose.tasks.RecurrenceRangeBase
-
-
Uses of RecurrenceRangeBase in com.aspose.tasks
Subclasses of RecurrenceRangeBase in com.aspose.tasks Modifier and Type Class Description class
EndAfterRecurrenceRange
Represents the recurrence range of recurring task which is limited by occurrence number.class
EndByRecurrenceRange
Represents the recurrence range of recurring task which is limited by finish day.Methods in com.aspose.tasks that return RecurrenceRangeBase Modifier and Type Method Description RecurrenceRangeBase
RecurrencePatternBase. getRecurrenceRange()
Gets the recurrence range.Methods in com.aspose.tasks with parameters of type RecurrenceRangeBase Modifier and Type Method Description void
RecurrencePatternBase. setRecurrenceRange(RecurrenceRangeBase value)
Sets the recurrence range.
-