setUTCMilliseconds

fun setUTCMilliseconds(milliseconds: Int): Int(source)

Sets the milliseconds value in the Date object using Universal Coordinated Time (UTC).

Parameters

milliseconds

A numeric value equal to the millisecond value.

MDN Reference