Returns the end date for this Recurrence. The end date is calculated based on the specified repeat number if RecurrenceEnd is set to NumOccurrences.
Namespace: MindFusion.Scheduling
Assembly: Recurrence.js
SyntaxJavaScript
Copy Code
|
|---|
function getEndDate () |
DateTime. The end date of the Recurrence if the recurrence is set to expire or DateTime.MaxValue otherwise.
See Also