Search
DateTime.__setUTCMilliseconds Method
See Also
 






Sets the milliseconds component of this DateTime instance, according to universal time.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function __setUTCMilliseconds (millisec)

 Parameters

millisec

Number. An integer between 0 and 999 representing the milliseconds.

 See Also