|
aqbanking
5.0.22
|
#include <time.hpp>
Public Types | |
| typedef GWEN_TIME | wrapped_type |
Public Member Functions | |
| 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) |
Static Public Member Functions | |
| static Time | currentTime () |
| typedef GWEN_TIME AB::Time::wrapped_type |
| AB::Time::Time | ( | int | year, |
| int | month, | ||
| int | day, | ||
| int | hour, | ||
| int | min, | ||
| int | sec, | ||
| int | inUtc | ||
| ) | [inline] |
| AB::Time::AB_CXXWRAP_CONSTRUCTORS | ( | Time | , |
| GWEN_Time | |||
| ) |
| uint32_t AB::Time::AB_CXXWRAP_GET0_CONST | ( | seconds | , |
| GWEN_Time_Seconds | |||
| ) |
| double AB::Time::AB_CXXWRAP_GET0_CONST | ( | milliseconds | , |
| GWEN_Time_Milliseconds | |||
| ) |
| struct tm AB::Time::AB_CXXWRAP_GET0_CONST | ( | toTm | , |
| GWEN_Time_toTm | |||
| ) | [read] |
| time_t AB::Time::AB_CXXWRAP_GET0_CONST | ( | toTime_t | , |
| GWEN_Time_toTime_t | |||
| ) |
| static Time AB::Time::currentTime | ( | ) | [inline, static] |
| int AB::Time::getBrokenDownDate | ( | int & | day, |
| int & | month, | ||
| int & | year | ||
| ) | [inline] |
| int AB::Time::getBrokenDownUtcDate | ( | int & | day, |
| int & | month, | ||
| int & | year | ||
| ) | [inline] |
1.7.6.1