Version

WorkDays Property

Specifies which days of week are workdays.
Syntax
'Declaration
 
Public Property WorkDays As Infragistics.Controls.DayOfWeekFlags
public Infragistics.Controls.DayOfWeekFlags WorkDays {get; set;}
Remarks

WorkDays property is used to specify which days of week are work-days. You can use the WorkingHours property to specify the working hours. You can also use the DaysOfWeek property to specify working hours on a per day basis as well as whether a day is a work-day or not.

You can also specify work-days and work-hours for a specific resource using the Resource's Resource.DaysOfWeek collection.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also