指定された月の合計日数を取得します。
シンタックス
'宣言
Public Shared Function GetDaysInMonth( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Integer
public static System.int GetDaysInMonth(
System.int ,
System.int
)
パラメータ
- year
- 年を示す整数値。
- month
- 月を示す整数値。
戻り値の型
指定した月の合計日数を表す整数値。
参照