Adbase
Adinf C++ base library V2
|
#include <Date.hpp>
Public Attributes | |
int | year |
int | month |
int | day |
int adbase::Date::YearMonthDay::day |
Definition at line 25 of file Date.hpp.
Referenced by adbase::Date::Date(), adbase::Date::day(), adbase::detail::getYearMonthDay(), adbase::Date::toIsoString(), and adbase::TimeZone::toUtcTime().
int adbase::Date::YearMonthDay::month |
Definition at line 24 of file Date.hpp.
Referenced by adbase::Date::Date(), adbase::detail::getYearMonthDay(), adbase::Date::month(), adbase::Date::toIsoString(), and adbase::TimeZone::toUtcTime().
int adbase::Date::YearMonthDay::year |
Definition at line 23 of file Date.hpp.
Referenced by adbase::Date::Date(), adbase::detail::getYearMonthDay(), adbase::Date::toIsoString(), adbase::TimeZone::toUtcTime(), and adbase::Date::year().