Returns the month name using the current culture.

Namespace: DayPilot.Web.Mvc.Utils
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
public static string GetMonthName(
	int n
)
Visual Basic
Public Shared Function GetMonthName ( _
	n As Integer _
) As String
Visual C++
public:
static String^ GetMonthName(
	int n
)

Parameters

n
Type: System..::..Int32

Return Value

See Also