GnuCash
5.6-150-g038405b370+
|
Private implementation of GncDate. More...
Public Member Functions | |
GncDateImpl (const int year, const int month, const int day) | |
GncDateImpl (Date d) | |
GncDateImpl (const std::string str, const std::string fmt) | |
void | today () |
gnc_ymd | year_month_day () const |
std::string | format (const char *format) const |
std::string | format_zulu (const char *format) const |
Friends | |
bool | operator< (const GncDateImpl &, const GncDateImpl &) |
bool | operator> (const GncDateImpl &, const GncDateImpl &) |
bool | operator== (const GncDateImpl &, const GncDateImpl &) |
bool | operator<= (const GncDateImpl &, const GncDateImpl &) |
bool | operator>= (const GncDateImpl &, const GncDateImpl &) |
bool | operator!= (const GncDateImpl &, const GncDateImpl &) |
Private implementation of GncDate.
See the documentation for that class.
Definition at line 319 of file gnc-datetime.cpp.