C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / RecurrencePattern Class / GetDescription Method / GetDescription(CultureInfo) Method
The System.Globalization.CultureInfo object used for getting calendar specific strings.

In This Topic
GetDescription(CultureInfo) Method
In This Topic
Gets the human-readable description of the RecurrencePattern object according to the specified culture.
Syntax
'Declaration
 
Public Overloads Function GetDescription( _
   ByVal culture As System.Globalization.CultureInfo _
) As System.String
 

Parameters

culture
The System.Globalization.CultureInfo object used for getting calendar specific strings.

Return Value

The System.String value described the RecurrencePattern object.
See Also