Version

WorkingHours Property (ScheduleSettings)

Specifies working hours. Default value is null.
Syntax
'Declaration
 
Public Property WorkingHours As WorkingHoursCollection
public WorkingHoursCollection WorkingHours {get; set;}
Remarks

WorkingHours property specifies the working hours for all days of week. You can also use the DaysOfWeek property to specify per day working hours as well which days of week are work days. You can also specify per resource working hours and work days using the Resource.DaysOfWeek property.

If working hours for a day are not specified via DaysOfWeek property then this property's value is used. If this property is not specified then the default value of 9:00 AM - 5:00 PM will be used.

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