gpt4 book ai didi

c++ - 在Qt中获取毫秒精度的当前时间

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:34:03 27 4
gpt4 key购买 nike

关于 QTime::currentTime() 的 Qt 文档说:

Note that the accuracy depends on the accuracy of the underlying operating system; not all systems provide 1-millisecond accuracy.

但是有什么方法可以在 Windows 7 中以毫秒精度获取这个时间吗?

最佳答案

您可以使用 QDateTime 类并将当前时间转换为适当的格式:

QDateTime::currentDateTime().toString("yyyy/MM/dd hh:mm:ss,zzz")

其中“z”对应于毫秒精度。

关于c++ - 在Qt中获取毫秒精度的当前时间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31732861/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com