Gets or sets the first weekend day in the calendar. This is a dependency property.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public DayOfWeek FirstWeekendDay { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FirstWeekendDay As DayOfWeek |
A member of the .NET DayOfWeek enumeration.
RemarksSpecifies which day to regard as start of the weekend.
See Also