本文介绍了.NET DateTime / TimeSpan刻度多长时间?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

.NET DateTime / TimeSpan刻度多长时间?

How long is a .NET DateTime/TimeSpan tick?

推荐答案

是.NET 和值类型。

The tick is the unit of granularity for the .NET DateTime and TimeSpan value types.

它具有以下常见转换:

1 tick = 100 nanoseconds
       = 0.1 microseconds
       = 0.0001 milliseconds
       = 0.0000001 seconds

这篇关于.NET DateTime / TimeSpan刻度多长时间?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-29 18:28
查看更多