RecurrenceRangeBase

Inheritance: java.lang.Object

public abstract class RecurrenceRangeBase

Represents the recurrence range of recurring task.

Methods

MethodDescription
getStart()Gets the start date of the recurrence range of the recurring task.
setStart(Date value)Sets the start date of the recurrence range of the recurring task.

getStart()

public final Date getStart()

Gets the start date of the recurrence range of the recurring task.

Returns: java.util.Date - the start date of the recurrence range of the recurring task.

setStart(Date value)

public final void setStart(Date value)

Sets the start date of the recurrence range of the recurring task.

Parameters:

ParameterTypeDescription
valuejava.util.Datethe start date of the recurrence range of the recurring task.