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





Specifies the index of occurrence.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public enum Occurrence

Visual Basic  Copy Code

Public Enum Occurrence

 Members

  Member name Value Description

First

0

Indicates the first occurrence.

Second

1

Indicates the second occurrence.

Third

2

Indicates the third occurrence.

Fourth

3

Indicates the fourth occurrence.

Last

4

Indicates the last occurrence.

 See Also

MindFusion.Scheduling Namespace