Returns the culture-specific full name of the specified month based on the specified culture.
'宣言
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
)
パラメータ
- month
- The month number.
- culture
- The CultureInfo object.
戻り値の型
The culture-specific month name.