Skip to content

add/remove ms to current time #44

@rafa-acioly

Description

@rafa-acioly

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions