Search
DateTime.__getMilliseconds Method
See Also
 






Gets the milliseconds component of this DateTime instance.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function __getMilliseconds ()

 Return Value

Number. The milliseconds (0-999).

 See Also