Hi there,
I am working on a stopwatch which has 3 runners. I am using timespan to generate the time and i display the timer by parsing it as string. Basically I have to click the button 4 times for 3 runners! i.e. start,stop1,stop2,stop3. On all these click events i want to store the values of their respective times starting from lowest to highest. Is there any function that would find out the difference between the different timings and keep them in an order, say in an array?
Thanks
I am working on a stopwatch which has 3 runners. I am using timespan to generate the time and i display the timer by parsing it as string. Basically I have to click the button 4 times for 3 runners! i.e. start,stop1,stop2,stop3. On all these click events i want to store the values of their respective times starting from lowest to highest. Is there any function that would find out the difference between the different timings and keep them in an order, say in an array?
Thanks