All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HSEP::TimeTool Class Reference

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.
 

Detailed Description

Offer time related functionality.

Definition at line 35 of file TimeTool.h.

Member Function Documentation

static time_t HSEP::TimeTool::date ( string &  pEpochString)
inlinestatic

Takes a string with an encoded "epoch" to produce the corresponding time_t representation.

Parameters
pEpochString
Returns

Definition at line 59 of file TimeTool.h.

static void HSEP::TimeTool::epoch ( string &  pEpochString)
inlinestatic

Provides a string with the current "epoch".

The epoch is the quantity of seconds from January 1st, 1970.

Parameters
pEpochString

Definition at line 46 of file TimeTool.h.


The documentation for this class was generated from the following file: