How long is a .NET DateTime/TimeSpan tick?

前端 未结 4 447
野的像风
野的像风 2021-02-05 00:02

How long is a .NET DateTime/TimeSpan tick?

4条回答
  •  野的像风
    2021-02-05 00:23

    Note that, although the theoretical resolution of DateTime.Now is quite high, the resolution - ie how often it is updated - it quite a bit lower.

    Apparently, on modern systems, DateTime.Now has a resolution of 10 milliseconds... See msdn.microsoft.com/en-us/library/system.datetime.now.aspx

提交回复
热议问题