Share via


SPUsageSettings.ProcessingEndTime Property

NOTE: This API is now obsolete.

Indicates the end of the time interval within which usage processing starts each day.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<ObsoleteAttribute("Use SPUsageManager instead.", False)> _
Public ReadOnly Property ProcessingEndTime As DateTime
    Get
'Usage
Dim instance As SPUsageSettings
Dim value As DateTime

value = instance.ProcessingEndTime
[ObsoleteAttribute("Use SPUsageManager instead.", false)]
public DateTime ProcessingEndTime { get; }

Property Value

Type: System.DateTime
A DateTime object with process end time values.

Remarks

Only the returned hour and minute values are relevant.

See Also

Reference

SPUsageSettings Class

SPUsageSettings Members

Microsoft.SharePoint.Administration Namespace