Specifies the index of occurrence.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public enum Occurrence |
Visual Basic
![]() |
---|
Public Enum Occurrence |
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. |