SPUsageSettings.ProcessingStartTime Property
NOTE: This API is now obsolete.
The start 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 ProcessingStartTime As DateTime
Get
'Usage
Dim instance As SPUsageSettings
Dim value As DateTime
value = instance.ProcessingStartTime
[ObsoleteAttribute("Use SPUsageManager instead.", false)]
public DateTime ProcessingStartTime { get; }
Property Value
Type: System.DateTime
A DateTime object with the start time.
Remarks
[ProcessingStartTime] (and [ProcessingEndTime]) are only defined if the recurrence string has the format daily between 00:00:00 and 06:00:00. Only the Hour, Minute, and Second properties are used.