RecurrencePatternBase

Inheritance: java.lang.Object

public abstract class RecurrencePatternBase

Represents the base class of recurrence pattern.

Methods

MethodDescription
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:

ParameterTypeDescription
valueRecurrenceRangeBasethe recurrence range.