A D G

A

addDays(int) - Method in class Day
Returns a day that is a certain number of days away from this day

D

Day - class Day.
 
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

G

getDate() - 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

A D G