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






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

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function addMilliseconds (date, milliseconds)

 Parameters

date

DateTime. The DateTime instance to modify.

milliseconds

Number. The number of milliseconds to add.

 Return Value

The modified DateTime instance.

 See Also