System::Globalization::Calendar::AddSeconds メソッド

Calendar::AddSeconds method

時間点に秒を加算します。

virtual DateTime System::Globalization::Calendar::AddSeconds(DateTime time, int seconds) const
パラメーター説明
時間DateTime元の時点の値。
int加算する秒数。

ReturnValue

計算が完了した後の時点。

参照