Gets or sets the last day of the week.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public DayOfWeek LastDayOfWeek { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LastDayOfWeek As DayOfWeek |
A member of the DayOfWeek enumeration. The default is Saturday.
See Also