Convert milliseconds to minutes etc...
Hello
I have got code to display milliseconds.
What is the best way to display the milliseconds in minutes/seconds?
Thank you.
Hello
I have got code to display milliseconds.
What is the best way to display the milliseconds in minutes/seconds?
Thank you.
Code:
Dim swatch As New Stopwatch()
swatch.Start()
do
statuslabel.Text = swatch.ElapsedMilliseconds.ToString
etcetera