public abstract class RecurrencePatternBase extends Object
Represents the base class of recurrence pattern.
Modifier and Type | Method and Description |
---|---|
RecurrenceRangeBase |
getRecurrenceRange()
Gets the recurrence range.
|
void |
setRecurrenceRange(RecurrenceRangeBase value)
Sets the recurrence range.
|
public final RecurrenceRangeBase getRecurrenceRange()
Gets the recurrence range.
public final void setRecurrenceRange(RecurrenceRangeBase value)
Sets the recurrence range.
value
- the recurrence range.