public abstract class RecurrenceRangeBase extends Object
Represents the recurrence range of recurring task.
Modifier and Type | Method and Description |
---|---|
Date |
getStart()
Gets the start date of the recurrence range of the recurring task.
|
void |
setStart(Date value)
Sets the start date of the recurrence range of the recurring task.
|
public final Date getStart()
Gets the start date of the recurrence range of the recurring task.
public final void setStart(Date value)
Sets the start date of the recurrence range of the recurring task.
value
- the start date of the recurrence range of the recurring task.Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.