Solved
Forum Discussion
tristaanogre
9 years agoEsteemed Contributor
StopWatch.Split() or StopWatch.Stop() both return the elapsed time as an integer of milliseconds. Take that number, divide by 1000 and convert to a string and you have your number of seconds.