Search
Recurrence.getEndDate Method
See Also
 






Gets the end date of the recurrence.

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

 Syntax

Java  Copy Code

public DateTime getEndDate ()

 Return 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