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

Calendar::AddMilliseconds method

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

virtual DateTime System::Globalization::Calendar::AddMilliseconds(DateTime time, double milliseconds) const
パラメーター説明
時間DateTime元の時点の値。
ミリ秒double追加するミリ秒の数。

ReturnValue

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

参照