Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add/remove ms to current time #44

Open
rafa-acioly opened this issue Nov 12, 2018 · 0 comments
Open

add/remove ms to current time #44

rafa-acioly opened this issue Nov 12, 2018 · 0 comments

Comments

@rafa-acioly
Copy link

rafa-acioly commented Nov 12, 2018

A method that accepts an int value (ms) and sums it to the current time; (it is possible)

I am building a timer to track the job and sometimes i forget to pause or need to add a few minutes to the timer.

example:

// current time 00:40:00

timer.add(1500)

result: 00:42:00

timer.remove(1500)

result: 00:40:00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant