Data Fields | |
| int | dd |
| day of a date | |
| int | mm |
| month of a date | |
| int | yy |
| the year of a date | |
Definition at line 16 of file mainProject.c.
| int date::dd |
day of a date
Definition at line 19 of file mainProject.c.
Referenced by diff_date(), match_answer(), readdata(), and week_calc().
| int date::mm |
month of a date
Definition at line 20 of file mainProject.c.
Referenced by diff_date(), match_answer(), readdata(), and week_calc().
| int date::yy |
the year of a date
Definition at line 21 of file mainProject.c.
Referenced by diff_date(), match_answer(), readdata(), and week_calc().
1.6.1