|
| Date (int16_t y, int8_t m, int8_t d) |
|
| Date (uint64_t days) |
|
void | clear () |
|
void | __clear () |
|
void | reset (int16_t y, int8_t m, int8_t d) |
|
bool | operator== (const Date &rhs) const |
|
bool | operator< (const Date &rhs) const |
|
Date | operator+ (int64_t days) const |
|
Date | operator- (int64_t days) const |
|
std::string | toString () const |
|
int64_t | toInt () const |
|
void | fromInt (int64_t days) |
|
|
int16_t | year |
|
int8_t | month |
|
int8_t | day |
|
Definition at line 18 of file Date.h.
The documentation for this struct was generated from the following file:
- include/common/datatypes/Date.h