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