Community

Determine elapsed time in VB.NET with Stopwatch

(Irina Medvinskaya) A simple way to figure out how much time has passed since a particular moment in an application is to use the System.Diagnostics.Stopwatch object, which has been added in Visual Basic 2005. It’s very useful for accurately timing loops and blocks of code; it’s also helpful wheneve

Read More - Register for Free Membership