C D G I M T 
All Classes All Packages

C

clone() - Method in class MyDate
Creates a new MyDate object identical to this.

D

daysUntil(MyDate) - Method in class MyDate
Returns the number of days (with sign) between MyDate d and this.

G

getDay() - Method in class MyDate
Returns the year of this MyDate object.
getMonth() - Method in class MyDate
Returns the month of this MyDate object.
getYear() - Method in class MyDate
Returns the year of this MyDate object.

I

incDay(int) - Method in class MyDate
Adds k days to the current date.
incMonth(int) - Method in class MyDate
Adds k months to the current date.
incYear(int) - Method in class MyDate
Adds k years to the current date.

M

makeDate(int, int, int) - Static method in class MyDate
Returns a new MyDate object initialized to thegiven year, month and day.
MyDate - Class in <Unnamed>
This class extends GregorianCalendar, mostly to provide methods that make dealing with dates (without time of day) more convenient.

T

toString() - Method in class MyDate
Returns a String representation of this MyDate in the usual mm/dd/yyyy format.
C D G I M T 
All Classes All Packages