Version

ScheduleDaysOfWeek Class

Contains ScheduleDayOfWeek objects for the seven days of week. Each ScheduleDayOfWeek object is used to specify settings for the corresponding day of week.
Syntax
'Declaration
 
Public Class ScheduleDaysOfWeek 
   Inherits Infragistics.PropertyChangeNotifierExtended
public class ScheduleDaysOfWeek : Infragistics.PropertyChangeNotifierExtended 
Remarks

ScheduleDaysOfWeek exposes properties for each day of week: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday and Sunday. It's used by the ScheduleSettings' ScheduleSettings.DaysOfWeek property.

You can specifiy settings, like whether the day is a work-day and what the working hours are using the ScheduleDayOfWeek object returned by the property of this object corresponding to that day.

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