TIME_T clockTimeIncrement() const
Returns wall-clock time from last call of clockTimeIncrement()
clock()
Null constructor which stores the start time.
time_t lastTime_
Time when clockTimeIncrement() was last called.
time_t startTime_
Start time in seconds.
static string date()
Return the current wall-clock date as a string.
static string clockTime()
Return the current wall-clock time as a string.
static time_t getTime()
Get the current clock time in seconds.
Read access to the system clock with formatting.
static const char * monthNames[]
Names of the months.
static string dateTime()
Return the current wall-clock date/time as a string.
time_t newTime_
Latest time from either elapsedClockTime() or clockTimeIncrement()
TIME_T elapsedClockTime() const
Returns wall-clock time from clock instantiation.
static const struct tm rawDate()
Return the current wall-clock date as a raw struct.