Adds the specified number of milliseconds to the current DateTime object.
Namespace: MindFusion.Scheduling
Assembly: DateTime.js
SyntaxJavaScript
Copy Code
|
|---|
function addMilliseconds (milliseconds) |
Number. The number of milliseconds to add.
See Also