MindFusion.Wpf Pack Programmer's Guide
Recurrence.Occurrence Property
See Also
 





Gets or sets on which occurrence of the day type specified in Day the event occurs.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public Occurrence Occurrence { get; set; }

Visual Basic  Copy Code

Public Property Occurrence As Occurrence

 Property Value

A member of the Occurrence enumeration.

 Remarks

The value of this property is used when the recurrence Pattern is set to Monthly or Yearly and MonthlyRecurrence or YearlyRecurrence are set to ByDayType.

 See Also

Recurrence Members
Recurrence Class
MindFusion.Scheduling Namespace