![]() |
Protium
Math and Design Features
|
#include <Time.h>

Public Member Functions | |
| TimeDate (const int &sec=0, const int &min=0, const int &hour=0, const int &day=0, const int &month=0, const int &year=0, const int &weekday=0, const bool &dst=false) | |
| TimeDate (const TimeDate &other) | |
| TimeDate (const TimePrimitive &other) | |
| std::string | AsFormat (const std::string &frmt="%d/%m/%Y %H:%M:%S") |
| time_t | GetTimeGM () const |
| time_t | GetTimeLocal () const |
Public Member Functions inherited from Protium::Time::TimePrimitive | |
| TimePrimitive (const time_t &t) | |
| TimePrimitive (const TimePrimitive &t) | |
| virtual | ~TimePrimitive () |
| time_t | GetTime () const |
| TimePrimitive & | operator-= (const TimePrimitive &other) |
| TimePrimitive & | operator= (const TimePrimitive &other) |
| void | SetTime (const time_t &t) |
Static Public Member Functions | |
| static TimeDate | FromFormat (const std::string &t, const std::string &fmt="%d/%m/%Y %H:%M:%S") |
Static Public Member Functions inherited from Protium::Time::TimePrimitive | |
| static TimePrimitive | Now () |
Private Attributes | |
| tm | fTM |
Additional Inherited Members | |
Protected Attributes inherited from Protium::Time::TimePrimitive | |
| time_t | fTime |
| Data. More... | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |