Adds the specified number of seconds to the specified DateTime object.
Namespace: MindFusion.Scheduling
File: DateTime.js
SyntaxJavaScript
Copy Code
|
|---|
function addSeconds (date, seconds) |
DateTime. The DateTime instance to modify.
Number. The number of seconds to add.
DateTime. The modified DateTime instance.
See Also