Scheduler for UWP | ComponentOne
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 CultureInfo _
    ) As String
    public string GetDescription( 
       CultureInfo culture
    )

    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