Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / 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 System.Integer _
    ) As System.String
    public static System.string GetMonthName( 
       System.int month
    )

    Parameters

    month
    The month number.

    Return Value

    The culture-specific month name.
    See Also