요약(Summary)
밀리세컨드(milliseconds)를 리턴
문법(Syntax)
1 | getMilliseconds() |
인자(Parameters)
없음
반환값(Return)
number, 밀리세컨드, 0~999
설명(Description)
밀리세컨드는 1/1000 초와 같다.
예제(Example)
1 2 | Today = new Date(); alert(Today.getMilliseconds()); |
참고
밀리세컨드(milliseconds)를 리턴
1 | getMilliseconds() |
없음
number, 밀리세컨드, 0~999
밀리세컨드는 1/1000 초와 같다.
1 2 | Today = new Date(); alert(Today.getMilliseconds()); |
등록된 답변이 없습니다.