|
| DateTime (int16_t y, int8_t m, int8_t d, int8_t h, int8_t min, int8_t s, int32_t us) |
|
| DateTime (const Date &date) |
|
void | clear () |
|
void | __clear () |
|
bool | operator== (const DateTime &rhs) const |
|
bool | operator< (const DateTime &rhs) const |
|
std::string | toString () const |
|
|
union { |
struct { |
int64_t year: 16 |
|
uint64_t month: 4 |
|
uint64_t day: 5 |
|
uint64_t hour: 5 |
|
uint64_t minute: 6 |
|
uint64_t sec: 6 |
|
uint64_t microsec: 22 |
|
} | |
|
uint64_t qword |
|
}; | |
|
Definition at line 125 of file Date.h.
The documentation for this struct was generated from the following file:
- include/common/datatypes/Date.h