Dotnet-Project Framework documentation.

CalendarEX.MonthName Method (Int32)

Get the string representation of the month.

public static string MonthName(
   int month
);

Parameters

month
Number representing a month (1=january, 12=december).

Return Value

The string representation of the month.

Remarks

It will give a string according to the current thread culture info.

See Also

CalendarEX Class | DotnetProject Namespace | CalendarEX.MonthName Overload List