Sese Framework
2.3.0
A cross-platform framework
|
Stopwatch Class. More...
#include <StopWatch.h>
Public Member Functions | |
StopWatch () | |
TimeSpan | stop () |
void | reset () |
Protected Attributes | |
DateTime | lastStopTime |
Stopwatch Class.
sese::StopWatch::StopWatch | ( | ) |
void sese::StopWatch::reset | ( | ) |
Reset the stopwatch
References sese::DateTime::now(), and sese::DateTime::ONLY_CREATE.
sese::TimeSpan sese::StopWatch::stop | ( | ) |
Press the stopwatch and return the time interval since the last stop
References sese::DateTime::now(), and sese::DateTime::ONLY_CREATE.
|
protected |