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





Gets or sets on which occurrence of the week within the month the event occurs.

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

 Syntax

C#  Copy Code

public Occurrence Occurrence { get; set; }

Visual Basic  Copy Code

Public Property Occurrence As Occurrence

 Property Value

One of the Occurrence enumeration values.

 Remarks

The property is used when the Pattern is set to RecurrencePattern.Monthly or RecurrencePattern.Yearly and the MonthlyRecurrence or YearlyRecurrence properties are set to MonthlyRecurrence.ByDayType.

 See Also

Recurrence Members
Recurrence Class
MindFusion.Scheduling Namespace