Search
Recurrence.setEndDate Method
See Also
 






Sets the end date of the recurrence.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public void setEndDate (
    DateTime value
)

 Parameters

value

A DateTime object specifying the end date of the recurring event.

 Remarks

This value is considered by the recurrence only if getRecurrenceEnd is RecurrenceEnd.EndDate.

 See Also