Mega Code Archive

 
Categories / JavaScript Reference / Javascript Methods
 

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.