Search
DateTime.addSeconds Method (Number)
See Also
 






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

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function addSeconds (seconds)

 Parameters

seconds

Number. The number of seconds to add.

 See Also