A D G M T

A

addDays(int) - Method in class Day
Changes to a date that is a certain number of days away from the current date.

D

Day - Class in <Unnamed>
 
Day() - Constructor for class Day
Constructs a day object representing today's date.
Day(int, int, int) - Constructor for class Day
Constructs a day with a given year, month, and day of the Julian/Gregorian calendar.
daysFrom(Day) - Method in class Day
Returns the number of days between this day and another day.
DayTester - Class in <Unnamed>
 
DayTester() - Constructor for class DayTester
 

G

getDayOfMonth() - Method in class Day
Returns the day of the month of this day.
getMonth() - Method in class Day
Returns the month of this day.
getYear() - Method in class Day
Returns the year of this day.

M

main(String[]) - Static method in class DayTester
 

T

toString() - Method in class Day
 

A D G M T