Scheduler for WPF | ComponentOne
C1.Schedule Namespace / CalendarInfo Class / GetInstanceName Method / GetInstanceName(WeekOfMonthEnum) Method
The WeekOfMonthEnum value.

In This Topic
    GetInstanceName(WeekOfMonthEnum) Method
    In This Topic
    Returns the culture-specific full name of the specified instance based on the current UI culture.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetInstanceName( _
       ByVal instance As WeekOfMonthEnum _
    ) As String
    public static string GetInstanceName( 
       WeekOfMonthEnum instance
    )

    Parameters

    instance
    The WeekOfMonthEnum value.

    Return Value

    The culture-specific full name of the specified instance.
    See Also