Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule Namespace / CalendarInfo Class / GetMonthName Method / GetMonthName(Int32,CultureInfo) Method
The month number.
The CultureInfo object.

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

    Parameters

    month
    The month number.
    culture
    The CultureInfo object.

    Return Value

    The culture-specific month name.
    See Also