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.
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.