method Date.setUTCMilliseconds
Private
Date.setUTCMilliseconds(ms: number): number

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

Parameters

ms: number

A numeric value equal to the millisecond value.

Return Type

number