setMilliseconds()

Обновлено: 09.03.2023

Приклад

const d = new Date();
d.setMilliseconds(192);

Визначення та використання

setMilliseconds()встановлює мілісекунди дати.

Підтримка браузера

setMilliseconds

Посмотреть совместимость на Can I use?

setMilliseconds

Синтаксис

Date.setMilliseconds(millisec)

Параметри

millisec Required. The milliseconds.(0 to 999), but other values are allowed:
-1 gives the last millisecond of the previous second
1000 gives first millisecond of the next second
1001 gives the second millisecond of the next second

Повернене значення

Номер.

Кількість мілісекунд між датою та 1 січня 1970 р. 00:00:00 UTC.