Gets the human-readable description of the RecurrencePattern object according to the specified culture.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public string GetDescription(
	CultureInfo culture
)
Visual Basic
Public Function GetDescription ( _
	culture As CultureInfo _
) As String

Parameters

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

Return Value

The String value described the RecurrencePattern object.

See Also