In VB.NET what is the equivalent to the timer function in VB 6?

Nathan

New member
In VB 6 you could use the timer function to get the number of seconds since midnight, down to a precision of less than a second.
What is the equivalent way to get the number of seconds since midnight in VB.NET (and get it as a floating point number)
 
Back
Top