Gets or sets the non-working hours for a working day in a project.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public abstract TimeRangeCollection NonWorkingHours { get; set; } |
Visual Basic
Copy Code
|
|---|
Public MustOverride Property NonWorkingHours As TimeRangeCollection |
A TimeRangeCollection object representing the non-working portions of the day.
See Also