Gets or sets the day of the week to which this DayOfWeekStyle object is assigned.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public DayOfWeek DayOfWeek { get; set; } |
Visual Basic Copy Code |
---|
Public Property DayOfWeek As DayOfWeek |
A member of the DayOfWeek enumeration. The default is Sunday.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |