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

'setUTCMilliseconds()' Syntax, Parameters and Note

Note:

Uses UTC time to set milliseconds elapsed in the Date object's current second.
    
Syntax:
    
dateName.setUTCMilliseconds(param1)

Parameters:
    param1   Required; the number of milliseconds. Value: 0 to 999. 

    

      
      








Related examples in the same category

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