MindFusion.Scheduling for JavaScript Programmer's Guide
DateTime.addSeconds Method (DateTime, Number)
See Also
 






Adds the specified number of seconds to the specified DateTime object.

Namespace: MindFusion.Scheduling
Assembly: DateTime.js

 Syntax

JavaScript  Copy Code

function addSeconds (date, seconds)

 Parameters

date

DateTime. The DateTime instance to modify.

seconds

Number. The number of seconds to add.

 Return Value

DateTime. The modified DateTime instance.

 See Also

addSeconds Method Overload List
DateTime Members
DateTime Class
MindFusion.Scheduling Namespace