Returns the month name using the current culture.
Namespace: DayPilot.UtilsAssembly: 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