Search
Recurrence.getEndDate Method
See Also
 






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
File: Recurrence.js

 Syntax

JavaScript  Copy Code

function getEndDate ()

 Return Value

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

 See Also