How long is a .NET DateTime/TimeSpan tick?

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

How long is a .NET DateTime/TimeSpan tick?

4条回答
  •  不要未来只要你来
    2021-02-05 00:22

    Although currently a tick is 100 nanoseconds, it is best not to rely on this as an absolute. Rather, use 'TimeSpan.TicksPerSecond' (or any of the other TicksPerXxx member values)

提交回复
热议问题