Date.prototype.setUTCMilliseconds()
setUTCMilliseconds() 메서드는 표준시에 따라 지정된 날짜의 밀리 초를 설정합니다.
Syntax
dateObj.setUTCMilliseconds(millisecondsValue)
Parameters
millisecondsValue
- 밀리 초를 나타내는 0에서 999 사이의 숫자입니다.
Return value
1970 년 1 월 1 일 00:00:00 UTC와 업데이트 된 날짜 사이의 밀리 초 숫자입니다.
Description
Examples
Using setUTCMilliseconds()
var theBigDay = new Date();
theBigDay.setUTCMilliseconds(500);
명세
Specification |
---|
ECMAScript Language Specification # sec-date.prototype.setutcmilliseconds |
브라우저 호환성
BCD tables only load in the browser