Version

ScheduleDayOfWeek Class

Used for specifying settings for a specific day of week.
Syntax
'Declaration
 
Public Class ScheduleDayOfWeek 
   Inherits System.Windows.DependencyObject
public class ScheduleDayOfWeek : System.Windows.DependencyObject 
Remarks

XamScheduleDataManager exposes ScheduleSettings.DaysOfWeek collection that contains seven ScheduleDayOfWeek instances for each of the seven days of week. You can specify settings, like the description or the working hours, for a specific week day using that 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