EndByRecurrenceRange
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.tasks.RecurrenceRangeBase
public class EndByRecurrenceRange extends RecurrenceRangeBase
Represents the recurrence range of recurring task which is limited by finish day.
Constructors
Constructor | Description |
---|---|
EndByRecurrenceRange() | Initializes a new instance of the EndByRecurrenceRange class. |
Methods
Method | Description |
---|---|
getFinish() | Gets the date which limits the recurrence range of the recurring task. |
setFinish(Date value) | Sets the date which limits the recurrence range of the recurring task. |
EndByRecurrenceRange()
public EndByRecurrenceRange()
Initializes a new instance of the EndByRecurrenceRange class.
getFinish()
public final Date getFinish()
Gets the date which limits the recurrence range of the recurring task.
Returns: java.util.Date - the date which limits the recurrence range of the recurring task.
setFinish(Date value)
public final void setFinish(Date value)
Sets the date which limits the recurrence range of the recurring task.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.util.Date | the date which limits the recurrence range of the recurring task. |