A Sandcastle Documented Class Library
AddDate メソッド (date, diff, unit)
名前空間CFW.UtilDateUtilAddDate(DateTime, Int32, String)
日付計算
宣言の構文
C#Visual BasicVisual C++
public static DateTime AddDate(
	DateTime date,
	int diff,
	string unit
)
Public Shared Function AddDate ( _
	date As DateTime, _
	diff As Integer, _
	unit As String _
) As DateTime
public:
static DateTime AddDate(
	DateTime date, 
	int diff, 
	String^ unit
)
パラメータ
date (DateTime)
計算の基準日
diff (Int32)
加算する日数、月数、年数
unit (String)
単位をあらわす文字 y,m,d
戻り値
加算結果

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