GetBusinessHours Method in Class CCM_ClientUXSettings

 

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

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.

Syntax

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

Parameters

  • WorkingDays
    Data type: UInt32

    Qualifiers: [id("0"), out]

    Working days.  

  • StartTime
    Data type: UInt32

    Qualifiers: [id("1"), out]

    Start time.  

  • EndTime
    Data type: UInt32

    Qualifiers: [id("2"), out]

    End time.  

Remarks

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.