SPWebApplication.DailyStartUnthrottledPrivilegedOperationsHour property
SharePoint 2013
Gets the hour of the start time for an unthrottled privilege operation according to the local time zone.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Property value
Type: System.UInt32UInt32
A value between 0 and 23 that indicates the hour of the start time.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The hour cannot be set to a value that is greater than 23. |
| SecurityException | The hour cannot be set because the current user is not a farm administrator. |
Use the SetDailyUnthrottledPrivilegedOperationWindow(UInt32, UInt32, UInt32) method to set the hour of the start time.