'宣言 Public Overloads Shared Function GetMonthName( _ ByVal month As System.Integer _ ) As System.String
public static System.string GetMonthName( System.int month )
パラメータ
- month
- The month number.
戻り値の型
The culture-specific month name.
'宣言 Public Overloads Shared Function GetMonthName( _ ByVal month As System.Integer _ ) As System.String
public static System.string GetMonthName( System.int month )