SPHealthAnalyzer.GetLocalizedSchedule method

Returns a localized string for a specified health check schedule.

Namespace:  Microsoft.SharePoint.Administration.Health
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Function GetLocalizedSchedule ( _
    schedule As SPHealthCheckSchedule _
) As String
'Usage
Dim schedule As SPHealthCheckSchedule
Dim returnValue As String

returnValue = SPHealthAnalyzer.GetLocalizedSchedule(schedule)
public static string GetLocalizedSchedule(
    SPHealthCheckSchedule schedule
)

Parameters

Return value

Type: System.String
A string in the language specified by the GlobalServerLanguage property.

See also

Reference

SPHealthAnalyzer class

SPHealthAnalyzer members

Microsoft.SharePoint.Administration.Health namespace