Declaration of the DateTime class to simplify getting the local time as a string (modeled after the C# version). More...
#include <time.h>
#include <string>
Go to the source code of this file.
Classes | |
class | DateTime |
Represents a timestamp composed of a date and a time encoded in a time_t value. Provides ways of getting the current time and to format the time in a string. More... | |
Namespaces | |
namespace | Helpers |
The namespace containing all the "helper" functions in the C++ code. | |
Macros | |
#define | __DATETIME_H__ |
Declaration of the DateTime class to simplify getting the local time as a string (modeled after the C# version).
Definition in file lusplus/helpers/DateTime.h.
#define __DATETIME_H__ |
Definition at line 8 of file lusplus/helpers/DateTime.h.