Timer Creation

1
Hi, I'm trying to create a Timer, one that allows the user to start, stop and reset the timer based on their needs. However, I'm unsure of how to program this.    I've tried to Calculate the elapsed time since the timer started and have come up with the following solution but I'm unable to find the "calculate" action. Therefore, this is preventing me from implementing the stop and reset functions.  I would appreciate some suggestions on how I could make this timer work.   Kind Regards, 
asked
1 answers
1

 

Hi Joshua,

You can use the function below to calculate the time difference between your start and stop time​​​​​​

image.png

answered