[]
        
(Showing Draft Content)

C1.Schedule.CalendarInfo.GetMonthName

GetMonthName Method

GetMonthName(int)

Returns the culture-specific full name of the specified month based on the current UI culture.

Declaration
public static string GetMonthName(int month)
Public Shared Function GetMonthName(month As Integer) As String
Parameters
Type Name Description
int month

The month number.

Returns
Type Description
string

The culture-specific month name.

GetMonthName(int, CultureInfo)

Returns the culture-specific full name of the specified month based on the specified culture.

Declaration
public static string GetMonthName(int month, CultureInfo culture)
Public Shared Function GetMonthName(month As Integer, culture As CultureInfo) As String
Parameters
Type Name Description
int month

The month number.

CultureInfo culture

The CultureInfo object.

Returns
Type Description
string

The culture-specific month name.