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