Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Someone I know recently had a use case where they needed to retrieve the stopTime for a timer. I know this could be inferred from
stopWatch.getStartTime() + stopWatch.getTime();
but it might be nice to just add a getter.