Date.prototype.setUTCMilliseconds()
基线 广泛可用
此功能已建立良好,并在许多设备和浏览器版本中有效。它自 2015 年 7 月.
报告反馈
试一试
语法
The
setUTCMilliseconds()
method of Date
instances changes the milliseconds for this date according to universal time.setUTCMilliseconds(millisecondsValue)
参数
millisecondsValue
-
介于 0 和 999 之间的整数,表示毫秒。
返回值
描述
示例
使用 setUTCMilliseconds()
The
setUTCMilliseconds()
method of Date
instances changes the milliseconds for this date according to universal time.const theBigDay = new Date();
theBigDay.setUTCMilliseconds(500);
规范
规范 |
---|
ECMAScript 语言规范 # sec-date.prototype.setutcmilliseconds |
浏览器兼容性
BCD 表格仅在浏览器中加载