A Sandcastle Documented Class Library
MonthAfter メソッド (year, month, after)
名前空間CFW.UtilDateUtilMonthAfter(Int32, Int32, Int32)
何ヶ月か後
宣言の構文
C#Visual BasicVisual C++
public static Nullable<DateTime> MonthAfter(
	int year,
	int month,
	int after
)
Public Shared Function MonthAfter ( _
	year As Integer, _
	month As Integer, _
	after As Integer _
) As Nullable(Of DateTime)
public:
static Nullable<DateTime> MonthAfter(
	int year, 
	int month, 
	int after
)
パラメータ
year (Int32)
month (Int32)
after (Int32)
加算する月数
戻り値
指定年月のafterヶ月後の月初

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