Search
Recurrence.getEffectiveEndDate Method
See Also
 






Returns the effective end date for this recurrence.

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

 Syntax

Java  Copy Code

public DateTime getEffectiveEndDate ()

 Return Value

The end date of the recurrence if the recurrence is set to expire or DateTime.MaxValue otherwise.

 Remarks

The end date is calculated from the specified repeat number if setRecurrenceEnd is set to RecurrenceEnd.NumOccurrences.

 See Also