Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule Namespace / CalendarInfo Class / GetInstanceName Method / GetInstanceName(WeekOfMonthEnum,CultureInfo) Method
The WeekOfMonthEnum value.
The CultureInfo object.

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

    Parameters

    instance
    The WeekOfMonthEnum value.
    culture
    The CultureInfo object.

    Return Value

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