SPUsageSettings.SetProcessingInterval method

NOTE: This API is now obsolete.

Specifies the start and end times of the interval within which usage analysis processing starts each day.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use SPUsageManager instead.", False)> _
Public Sub SetProcessingInterval ( _
    hourBegin As Integer, _
    minBegin As Integer, _
    hourEnd As Integer, _
    minEnd As Integer _
)
'Usage
Dim instance As SPUsageSettings
Dim hourBegin As Integer
Dim minBegin As Integer
Dim hourEnd As Integer
Dim minEnd As Integer

instance.SetProcessingInterval(hourBegin, _
    minBegin, hourEnd, minEnd)
[ObsoleteAttribute("Use SPUsageManager instead.", false)]
public void SetProcessingInterval(
    int hourBegin,
    int minBegin,
    int hourEnd,
    int minEnd
)

Parameters

  • hourBegin
    Type: System.Int32

    An integer between 0 and 23 that specifies the start hour for the processing interval.

  • minBegin
    Type: System.Int32

    An integer that specifies the start minute for the processing interval.

  • hourEnd
    Type: System.Int32

    An integer between 0 and 23 that specifies the end hour for the processing interval.

  • minEnd
    Type: System.Int32

    An integer that specifies the end minute for the processing interval.

See also

Reference

SPUsageSettings class

SPUsageSettings members

Microsoft.SharePoint.Administration namespace