Package com.aspose.tasks
Class EndByRecurrenceRange
- java.lang.Object
-
- com.aspose.tasks.RecurrenceRangeBase
-
- com.aspose.tasks.EndByRecurrenceRange
-
public class EndByRecurrenceRange extends RecurrenceRangeBase
Represents the recurrence range of recurring task which is limited by finish day.
-
-
Constructor Summary
Constructors Constructor Description EndByRecurrenceRange()
Initializes a new instance of theEndByRecurrenceRange
class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.aspose.tasks.RecurrenceRangeBase
getStart, setStart
-
-
-
-
Constructor Detail
-
EndByRecurrenceRange
public EndByRecurrenceRange()
Initializes a new instance of the
EndByRecurrenceRange
class.
-
-
Method Detail
-
getFinish
public final Date getFinish()
Gets the date which limits the recurrence range of the recurring task.
- Returns:
- the date which limits the recurrence range of the recurring task.
-
setFinish
public final void setFinish(Date value)
Sets the date which limits the recurrence range of the recurring task.
- Parameters:
value
- the date which limits the recurrence range of the recurring task.
-
-