Please help, Im trying to get the timing on a process. I created a variable type ‘Stopwatch’. How do i start and stop the stop watch. or better way to get a time span.
For example:
stopwatch watch = new stop watch();
watch.start();
Thanks
Please help, Im trying to get the timing on a process. I created a variable type ‘Stopwatch’. How do i start and stop the stop watch. or better way to get a time span.
For example:
stopwatch watch = new stop watch();
watch.start();
Thanks
That works like a charm, thank you
You can try this custom activities for stopwatch class