Search
DateTime.addSeconds Method (DateTime, Number)
See Also
 






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

Namespace: MindFusion.Scheduling
File: 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