#include <Date.h>
|
| Date (int m, int d, int y) |
|
int | getMonth () const |
|
int | getDay () const |
|
int | getYear () const |
|
void | setMonth (int newMonth) |
|
void | setYear (int newYear) |
|
void | setDay (int newDay) |
|
|
bool | checkYear () const |
|
bool | checkDay () const |
|
bool | checkMonth () const |
|
|
unsigned int | month |
|
unsigned int | day |
|
unsigned int | year |
|
This is the Date class that I wrote in class. Just go get it from our website.
The documentation for this class was generated from the following files:
- /Users/davidmcpherson/c++/VT.ECE.1574/spring14/project5/src/Date.h
- /Users/davidmcpherson/c++/VT.ECE.1574/spring14/project5/src/Date.cpp