'Declaration Public Overloads Shared Function GetMonthName( _ ByVal month As System.Integer _ ) As System.String
public static System.string GetMonthName( System.int month )
Parameters
- month
- The month number.
Return Value
The culture-specific month name.