Package | Description |
---|---|
horstmann.ch03_day3 |
Modifier and Type | Method and Description |
---|---|
Day |
Day.addDays(int n)
Returns a day that is a certain number of days away from
this day
|
Modifier and Type | Method and Description |
---|---|
int |
Day.daysFrom(Day other)
Returns the number of days between this day and another
day
|