SPHealthAnalyzer.ParseSchedule Method
Returns the health check schedule with the specified display name.
Namespace: Microsoft.SharePoint.Administration.Health
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function ParseSchedule ( _
schedule As String _
) As SPHealthCheckSchedule
'Usage
Dim schedule As String
Dim returnValue As SPHealthCheckSchedule
returnValue = SPHealthAnalyzer.ParseSchedule(schedule)
public static SPHealthCheckSchedule ParseSchedule(
string schedule
)
Parameters
schedule
Type: System.StringThe localized display name for a health check schedule.
Return Value
Type: Microsoft.SharePoint.Administration.Health.SPHealthCheckSchedule
An enumeration value that specifies a schedule.