SPREAD for WPF 4.0J - GcSpreadSheet
GetDaysInMonth メソッド

GrapeCity.CalcEngine アセンブリ > GrapeCity.CalcEngine 名前空間 > CalcHelper クラス : GetDaysInMonth メソッド
年を示す整数値。
月を示す整数値。
指定された月の合計日数を取得します。
シンタックス
'宣言
 
Public Shared Function GetDaysInMonth( _
   ByVal year As System.Integer, _
   ByVal month As System.Integer _
) As System.Integer
public static System.int GetDaysInMonth( 
   System.int year,
   System.int month
)

パラメータ

year
年を示す整数値。
month
月を示す整数値。

戻り値の型

指定した月の合計日数を表す整数値。
参照

CalcHelper クラス
CalcHelper メンバ