RecurrencePatternBase
Inheritance: java.lang.Object
public abstract class RecurrencePatternBase
Represents the base class of recurrence pattern.
Methods
| Method | Description |
|---|---|
| getRecurrenceRange() | Gets the recurrence range. |
| setRecurrenceRange(RecurrenceRangeBase value) | Sets the recurrence range. |
getRecurrenceRange()
public final RecurrenceRangeBase getRecurrenceRange()
Gets the recurrence range.
Returns: RecurrenceRangeBase - the recurrence range.
setRecurrenceRange(RecurrenceRangeBase value)
public final void setRecurrenceRange(RecurrenceRangeBase value)
Sets the recurrence range.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | RecurrenceRangeBase | the recurrence range. |