A Sandcastle Documented Class Library
NextMonth メソッド (year, month)
名前空間CFW.UtilDateUtilNextMonth(Int32, Int32)
次の月
宣言の構文
C#Visual BasicVisual C++
public static Nullable<DateTime> NextMonth(
	int year,
	int month
)
Public Shared Function NextMonth ( _
	year As Integer, _
	month As Integer _
) As Nullable(Of DateTime)
public:
static Nullable<DateTime> NextMonth(
	int year, 
	int month
)
パラメータ
year (Int32)
month (Int32)
戻り値
指定年月の翌月の1日

アセンブリ: CFW (モジュール: CFW) バージョン: 1.2.0.2 (1.2.0.2)