Returns the month name using the current culture.

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