|
libdballe
6.8
|
Public Member Functions | |
| Date (unsigned short year, unsigned char month=1, unsigned char day=1) | |
| Date (const Date &d) | |
| Date (const int *val) | |
| int | compare (const Date &o) const |
| bool | operator< (const Date &dt) const |
| bool | operator> (const Date &dt) const |
| bool | operator== (const Date &dt) const |
| bool | operator!= (const Date &dt) const |
Data Fields | |
| unsigned short | year |
| unsigned char | month |
| unsigned char | day |
1.8.8