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

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