[]
        
(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)
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)
Parameters
Type Name Description
int month

The month number.

CultureInfo culture

The CultureInfo object.

Returns
Type Description
string

The culture-specific month name.