Sunday, August 7, 2011

In VB.NET how do you get the number of seconds past midnight, down to millisecond (not second) precision?

The system clock is to about 55ms precision, so you can't. (The timer is a millisecond timer, but the clock only ticks 18 times per second, it's not driven by the timer.)

No comments:

Post a Comment