Search
DateTime.addMilliseconds Method (Number)
See Also
 






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

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function addMilliseconds (milliseconds)

 Parameters

milliseconds

Number. The number of milliseconds to add.

 See Also