public class EndByRecurrenceRange extends RecurrenceRangeBase
Represents the recurrence range of recurring task which is limited by finish day.
Constructor and Description |
---|
EndByRecurrenceRange()
Initializes a new instance of the
EndByRecurrenceRange class. |
Modifier and Type | Method and Description |
---|---|
Date |
getFinish()
Gets the date which limits the recurrence range of the recurring task.
|
void |
setFinish(Date value)
Sets the date which limits the recurrence range of the recurring task.
|
getStart, setStart
public EndByRecurrenceRange()
Initializes a new instance of the EndByRecurrenceRange
class.
public final Date getFinish()
Gets the date which limits the recurrence range of the recurring task.
public final void setFinish(Date value)
Sets the date which limits the recurrence range of the recurring task.
value
- the date which limits the recurrence range of the recurring task.