You might be able to use DateTime
after all. DateTime.Ticks
‘ resolution is 100 nanoseconds. You can set the ticks with DateTime.AddTicks
.
You might be able to use DateTime
after all. DateTime.Ticks
‘ resolution is 100 nanoseconds. You can set the ticks with DateTime.AddTicks
.