Returns the month name using the current culture.
Namespace:
DayPilot.UtilsAssembly: DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)
Syntax
C# |
---|
public static string GetMonthName( int n ) |
Visual Basic (Declaration) |
---|
Public Shared Function GetMonthName ( _ n As Integer _ ) As String |
Visual C++ |
---|
public: static String^ GetMonthName( int n ) |
Parameters
- n
- Type: System..::.Int32