Gets or sets on which occurrence of the day type specified in Day the event occurs.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public Occurrence Occurrence { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Occurrence As Occurrence |
A member of the Occurrence enumeration.
RemarksThe 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