Dotnet-Project Framework documentation.

CalendarEX.MonthName Method (DateTime)

Get the string representation of the month.

public static string MonthName(
   DateTime date
);

Parameters

date
The date to get the month string representation.

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