Package com.aspose.tasks
Class RecurrencePatternBase
- java.lang.Object
-
- com.aspose.tasks.RecurrencePatternBase
-
- Direct Known Subclasses:
DailyRecurrencePattern
,MonthlyRecurrencePattern
,WeeklyRecurrencePattern
,YearlyRecurrencePattern
public abstract class RecurrencePatternBase extends Object
Represents the base class of recurrence pattern.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecurrenceRangeBase
getRecurrenceRange()
Gets the recurrence range.void
setRecurrenceRange(RecurrenceRangeBase value)
Sets the recurrence range.
-
-
-
Method Detail
-
getRecurrenceRange
public final RecurrenceRangeBase getRecurrenceRange()
Gets the recurrence range.
- Returns:
- the recurrence range.
-
setRecurrenceRange
public final void setRecurrenceRange(RecurrenceRangeBase value)
Sets the recurrence range.
- Parameters:
value
- the recurrence range.
-
-