Returns the effective end date for this recurrence.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public DateTime getEffectiveEndDate () |
The end date of the recurrence if the recurrence is set to expire or DateTime.MaxValue otherwise.
RemarksThe end date is calculated from the specified repeat number if setRecurrenceEnd is set to RecurrenceEnd.NumOccurrences.
See Also