Version

WorkingHours Property

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

WorkingHours is used to specify different working hours for the day this DaySettings object is associated with. If this property is left null or set to an empty collection then the working hours will be resolved to the next settings object in the resolution hierarchy.

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