![]() |
Offer time related functionality. More...
#include <TimeTool.h>
Static Public Member Functions | |
static void | epoch (string &pEpochString) |
Provides a string with the current "epoch". | |
static time_t | date (string &pEpochString) |
Takes a string with an encoded "epoch" to produce the corresponding time_t representation. | |
Offer time related functionality.
Definition at line 35 of file TimeTool.h.
|
inlinestatic |
Takes a string with an encoded "epoch" to produce the corresponding time_t representation.
pEpochString |
Definition at line 59 of file TimeTool.h.
|
inlinestatic |
Provides a string with the current "epoch".
The epoch is the quantity of seconds from January 1st, 1970.
pEpochString |
Definition at line 46 of file TimeTool.h.