Package com.aspose.tasks
Class RecurrenceRangeBase
- java.lang.Object
-
- com.aspose.tasks.RecurrenceRangeBase
-
- Direct Known Subclasses:
EndAfterRecurrenceRange,EndByRecurrenceRange
public abstract class RecurrenceRangeBase extends Object
Represents the recurrence range of recurring task.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetStart()Gets the start date of the recurrence range of the recurring task.voidsetStart(Date value)Sets the start date of the recurrence range of the recurring task.
-
-
-
Method Detail
-
getStart
public final Date getStart()
Gets the start date of the recurrence range of the recurring task.
- Returns:
- the start date of the recurrence range of the recurring task.
-
setStart
public final void setStart(Date value)
Sets the start date of the recurrence range of the recurring task.
- Parameters:
value- the start date of the recurrence range of the recurring task.
-
-