RecurrenceRangeBase
Inheritance: java.lang.Object
public abstract class RecurrenceRangeBase
Represents the recurrence range of recurring task.
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
value | java.util.Date | the start date of the recurrence range of the recurring task. |