GetMonthName(Int32) Method
In This Topic
Returns the culture-specific full name of the specified month based on the current UI culture.
Syntax
'Declaration
Public Overloads Shared Function GetMonthName( _
ByVal As Integer _
) As String
public static string GetMonthName(
int
)
Parameters
- month
- The month number.
Return Value
The culture-specific month name.
See Also