Gets or sets the Boolean value determining whether
the CalendarHelper object has any working days.
Namespace:
C1.Silverlight.ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
| C# |
|---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [DefaultValueAttribute(false)] public bool NoWorkingDays { get; set; } |
| Visual Basic |
|---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _ <DefaultValueAttribute(False)> _ Public Property NoWorkingDays As Boolean Get Set |