Gets or sets a value indicating on which day of a week the event occurs.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C#
![]() |
---|
public DayOfWeekType Day { get; set; } |
Visual Basic
![]() |
---|
Public Property Day As DayOfWeekType |
A member of the DayOfWeekType enumeration.
This value is used when the recurrence Pattern is set to Monthly or Yearly and MonthlyRecurrence or YearlyRecurrence are set to ByDayType.
Check the Recurrence constructor for an example on how to use this property.