PowerTools PlusPak for Windows Forms 8.0J
DaysInMonth メソッド

西暦で表した年
月を示す1〜12までの数値
特定の月の日数を返します。
構文
Public Shared Function DaysInMonth( _
   ByVal year As Integer, _
   ByVal month As Integer _
) As Integer
public static int DaysInMonth( 
   int year,
   int month
)

パラメータ

year
西暦で表した年
month
月を示す1〜12までの数値

戻り値の型

指定された月の日数
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

DateTimeEx クラス
DateTimeEx メンバ

Send Feedback