Fesapi 2.3.0.0
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
|
Public Member Functions | |
CONSTCD11 | year_month_weekday (const date::year &y, const date::month &m, const date::weekday_indexed &wdi) NOEXCEPT |
CONSTCD14 | year_month_weekday (const sys_days &dp) NOEXCEPT |
CONSTCD14 | year_month_weekday (const local_days &dp) NOEXCEPT |
template<class = detail::unspecified_month_disambiguator> | |
CONSTCD14 year_month_weekday & | operator+= (const months &m) NOEXCEPT |
template<class = detail::unspecified_month_disambiguator> | |
CONSTCD14 year_month_weekday & | operator-= (const months &m) NOEXCEPT |
CONSTCD14 year_month_weekday & | operator+= (const years &y) NOEXCEPT |
CONSTCD14 year_month_weekday & | operator-= (const years &y) NOEXCEPT |
CONSTCD11 date::year | year () const NOEXCEPT |
CONSTCD11 date::month | month () const NOEXCEPT |
CONSTCD11 date::weekday | weekday () const NOEXCEPT |
CONSTCD11 unsigned | index () const NOEXCEPT |
CONSTCD11 date::weekday_indexed | weekday_indexed () const NOEXCEPT |
CONSTCD14 | operator sys_days () const NOEXCEPT |
CONSTCD14 | operator local_days () const NOEXCEPT |
CONSTCD14 bool | ok () const NOEXCEPT |