EndByRecurrenceRange

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

ConstructorDescription
EndByRecurrenceRange()Initializes a new instance of the EndByRecurrenceRange class.

Methods

MethodDescription
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:

ParameterTypeDescription
valuejava.util.Datethe date which limits the recurrence range of the recurring task.