|
| Time (int year, int month, int day, int hour, int min, int sec, int inUtc) |
|
| AB_CXXWRAP_CONSTRUCTORS (Time, GWEN_Time) |
|
uint32_t | AB_CXXWRAP_GET0_CONST (seconds, GWEN_Time_Seconds) |
|
double | AB_CXXWRAP_GET0_CONST (milliseconds, GWEN_Time_Milliseconds) |
|
struct tm | AB_CXXWRAP_GET0_CONST (toTm, GWEN_Time_toTm) |
|
time_t | AB_CXXWRAP_GET0_CONST (toTime_t, GWEN_Time_toTime_t) |
|
int | getBrokenDownDate (int &day, int &month, int &year) |
|
int | getBrokenDownUtcDate (int &day, int &month, int &year) |
|
A wrapper class around the GWEN_TIME type
Definition at line 24 of file time.hpp.