All Packages Class Hierarchy This Package Previous Next Index
Class fabula.util.Easter
java.lang.Object
|
+----java.util.Date
|
+----fabula.util.Easter
- public class Easter
- extends Date
Calculates the easter date for a given year :
Date d = new Easter();
System.out.println("Eastern = " + d);
Fabula Software GmbH
eMail
-
Easter()
- Creates a holiday.
-
Easter(Date)
- Calculates eastern for a given date.
-
Easter(int)
- Calculates eastern for given year.
Easter
public Easter()
- Creates a holiday.
- Parameters:
- aYear - the year for that easter should be calculated
Easter
public Easter(int aYear)
- Calculates eastern for given year.
- Parameters:
- aYear - the year for that easter should be calculated
Easter
public Easter(Date aDate)
- Calculates eastern for a given date.
- Parameters:
- aDate - the date for that easter should be calculate
All Packages Class Hierarchy This Package Previous Next Index