The SetBusinessHours Windows Management Instrumentation (WMI) class method, in Configuration Manager, that sets the values for business hours.  

The following syntax is simplified from Managed Object Format (MOF) code and defines the method.

uint32 SetBusinessHours 
{
	[IN]	UInt32 WorkingDays
	[IN]	UInt32 StartTime
	[IN]	UInt32 EndTime
};

Parameters

WorkingDays

Data type: UInt32Qualifiers: [id("0"), in]Working days.  
StartTime

Data type: UInt32Qualifiers: [id("1"), in]Start time.  
EndTime

Data type: UInt32Qualifiers: [id("2"), in]End time.  

Remarks

Requirements

Runtime Requirements

Development Requirements