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