|
Time Shield Library
C++ library for working with time
|
#include <fast_date.hpp>
Public Attributes | |
| int64_t | year |
| int | month |
| int | day |
Definition at line 49 of file fast_date.hpp.
| int time_shield::detail::FastDate::day |
Definition at line 52 of file fast_date.hpp.
| int time_shield::detail::FastDate::month |
Definition at line 51 of file fast_date.hpp.
| int64_t time_shield::detail::FastDate::year |
Definition at line 50 of file fast_date.hpp.