バージョン

DaysInMonth メソッド

指定した月と年の日数を計算します。
シンタックス
'宣言
 
Public Shared Function DaysInMonth( _
   ByVal year As Integer, _
   ByVal month As Integer _
) As Integer
public static int DaysInMonth( 
   int year,
   int month
)

パラメータ

year
年は、うるう年でかつ month が2月の場合のみ、 計算に影響します。
month
月。

戻り値の型

month の日数。
参照