Gets or sets the non-working days for a week in a project.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public abstract SortedObservableCollection<DayOfWeek> NonWorkingDays { get; set; } |
Visual Basic
Copy Code
|
|---|
Public MustOverride Property NonWorkingDays As SortedObservableCollection(Of DayOfWeek) |
A collection of DayOfWeek objects representing the non-working days.
See Also