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

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

uint32 GetBusinessHours 
{
	[OUT]   UInt32 WorkingDays
	[OUT]   UInt32 StartTime
	[OUT]   UInt32 EndTime
};

Parameters

WorkingDays

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

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

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

Remarks

Requirements

Runtime Requirements

Development Requirements