AndrewMascolo / CountUpDownTimer

MIT License
28 stars 20 forks source link

Elapsed time #7

Open ghost opened 8 years ago

ghost commented 8 years ago

Hi, is it possible to have a function called ShowElapsedSeconds similar too ShowTotalSeconds, i need this for calculating ah and wh when timer is running.

Thank you for a nice library

AndrewMascolo commented 8 years ago

It's a timer library, the whole thing is elapsed time . What "time" are you exactly looking for?

Sent from my iPhone

On Feb 21, 2016, at 5:12 AM, sooerensen notifications@github.com wrote:

Hi, is it possible to have a function called elapsed time, i need this for calculating ah and wh when timer is running.

Thankyou

— Reply to this email directly or view it on GitHub.

ghost commented 8 years ago

Hi, i mean like ShowTotalSeconds it's counting down the set time, i need like the same counting up the time in seconds, hope this give meaning.

AndrewMascolo commented 8 years ago

Are you using the count down code or the count "up" code?

It does both. Sent from my iPhone

On Feb 22, 2016, at 8:12 AM, sooerensen notifications@github.com wrote:

Hi, i mean like ShowTotalSeconds it's counting down the set time, i need like the same counting up the time in seconds, hope this give meaning.

— Reply to this email directly or view it on GitHub.

ghost commented 8 years ago

Im using the count down code

AndrewMascolo commented 8 years ago

Then just subtract your minutes from the overall seconds. Basic math.

Sent from my iPhone

On Feb 22, 2016, at 8:42 AM, sooerensen notifications@github.com wrote:

Im using the count down code

— Reply to this email directly or view it on GitHub.