MindFusion.Scheduling for ASP.NET Programmer's Guide
RecurrenceEnd Enumeration
See Also
 





Specifies when the recurrence series ends.

Namespace: MindFusion.Scheduling
Assembly: Calendar.js

 Syntax

JavaScript  Copy Code

// enum
RecurrenceEnd = {}

 Members

  Member name Description

EndDate

Value: 2. The recurrence series ends at the specified date.

Never

Value: 0. The recurrence series does not end.

NumOccurrences

Value: 1. The recurrence series ends after the event is repeated the given number of times.

 See Also

MindFusion.Scheduling Namespace