Version

WeekDisplayMode Enumeration

Enumeration used to determine which dates are displayed within the ScheduleTimeControlBase
Syntax
'Declaration
 
Public Enum WeekDisplayMode 
   Inherits System.Enum
public enum WeekDisplayMode : System.Enum 
Members
MemberDescription
NoneThe dates displayed in the ScheduleTimeControlBase is based upon the dates in the ScheduleControlBase.VisibleDates and may be discontiguous.
WeekThe dates displayed in the ScheduleTimeControlBase are the 7 days in the week containing with the ScheduleControlBase.SelectedTimeRange Start.
WorkWeekThe dates displayed in the ScheduleTimeControlBase are the working days in the week containing with the ScheduleControlBase.SelectedTimeRange Start. The working hour information is based upon the ScheduleTimeControlBase.WorkingHoursSource
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