Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the time of day for running the analysis.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub SetDailyRunSchedule ( _
hourOfDayParam As String, _
minutesParam As String _
)
'Usage
Dim instance As SearchAnalyticsJob
Dim hourOfDayParam As String
Dim minutesParam As String
instance.SetDailyRunSchedule(hourOfDayParam, _
minutesParam)
public void SetDailyRunSchedule(
string hourOfDayParam,
string minutesParam
)
Parameters
hourOfDayParam
Type: System.StringStringrepresentation of hour.
minutesParam
Type: System.StringStringrepresentation of minutes.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The exception that is thrown when hourOfDayParam or minutesParamis outside of the boundaries for hours and minutes. |
| ArgumentNullException | The exception that is thrown when hourOfDayParam or minutesParam is null. |
| FormatException | The exception that is thrown when hourOfDayParam or minutesParam is not a string representation of a number. |
| OverflowException | The exception that is thrown when hourOfDayParam is outside boundary values. |