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





Specifies the occurrence of the event.

Namespace: MindFusion.Scheduling
Assembly: Calendar.js

 Syntax

JavaScript  Copy Code

// enum
Occurrence = {}

 Members

  Member name Description

First

Value: 0. Specifies the first occurrence of the event.

Fourth

Value: 3. Specifies the first occurrence of the event.

Last

Value: 4. Specifies the last occurrence of the event.

Second

Value: 1. Specifies the first occurrence of the event.

Third

Value: 2. Specifies the first occurrence of the event.

 See Also

MindFusion.Scheduling Namespace