'setMilliseconds()' Syntax, Parameters and Note : setMilliseconds « Javascript Methods « JavaScript Reference

'setMilliseconds()' Syntax, Parameters and Note

Note:

Sets the milliseconds elapsed during the current second.
    
Syntax:
    
dateName.setMilliseconds(param1)

Parameters:
    param1   Optional; the milliseconds. Value: 0 to 999.

    

      
      








Related examples in the same category

1.'setMilliseconds()' Example
2.'setMilliseconds()' is applied to