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