Returns the month name using the current culture.

Namespace: DayPilot.Utils
Assembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.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