Scheduler for WPF | ComponentOne
C1.Schedule Namespace / CalendarInfo Class / GetMonthName Method / GetMonthName(Int32) Method
The month number.

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

    Parameters

    month
    The month number.

    Return Value

    The culture-specific month name.
    See Also