Time Shield Library
C++ library for working with time
|
Structure to represent a date. More...
#include <date_struct.hpp>
Public Attributes | |
int64_t | year |
Year component of the date. | |
int | mon |
Month component of the date (1-12). | |
int | day |
Day component of the date (1-31). | |
Structure to represent a date.
Definition at line 12 of file date_struct.hpp.
int time_shield::DateStruct::day |
Day component of the date (1-31).
Definition at line 15 of file date_struct.hpp.
int time_shield::DateStruct::mon |
Month component of the date (1-12).
Definition at line 14 of file date_struct.hpp.
int64_t time_shield::DateStruct::year |
Year component of the date.
Definition at line 13 of file date_struct.hpp.