Version

WorkingHoursSource Enumeration

Used to determine what objects are considered when calculating the working hours and work day information.
Syntax
'Declaration
 
Public Enum WorkingHoursSource 
   Inherits System.Enum
public enum WorkingHoursSource : System.Enum 
Members
MemberDescription
AllResourcesInGroupsThe working hours of all the resources within the ScheduleControlBase.CalendarGroupsResolved are unioned together.
CurrentUserThe working hours of the XamScheduleDataManager.CurrentUser are used to determine which timeslots are displayed.
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