Convert time to Windows NT format

버전 1.0.0.0 (1.9 KB) 작성자: Josiah Renfree
Used to convert a time vector into the time format used by Windows NT. This is the number of 100-ns
다운로드 수: 1.4K
업데이트 날짜: 2007/4/3

라이선스 보기

The Windows NT time format is the number of 100 nanosecond intervals that has passed since January 1, 1601. This m-file is used to convert a normal time vector into this Windows NT format.

The function take a time vector with the same format as the output of Matlab's 'clock' function and returns a value expressing the number of 100 nanosecond intervals that have passed

인용 양식

Josiah Renfree (2024). Convert time to Windows NT format (https://www.mathworks.com/matlabcentral/fileexchange/14506-convert-time-to-windows-nt-format), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14SP2
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Dates and Time에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

A factor of 100 was missing in the calculations, which resulted in the wrong time output. It has now been fixed and should be in working order