How to start stopwatch

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

2 Likes

Hi @Daemo,

PFA
Main.xaml (6.1 KB)

Regards,
Vikas Reddy

That works like a charm, thank you

You can try this custom activities for stopwatch class