Search
Recurrence.endDate Property
See Also
 






Gets or sets the end date of the Recurrence.

Namespace: MindFusion.Scheduling
File: Recurrence.js

 Syntax

JavaScript  Copy Code

get endDate() {}
set endDate(value) {}

 Property Value

A DateTime instance that specifies the end date.

 Remarks

The property is used when RecurrenceEnd is set to RecurrenceEnd.EndDate.

 See Also