public class EasterSundayRule extends AnnualDateRule
http://www.tondering.dk/claus/calendar.html.
It is based on an algorithm by Oudin (1940) and quoted in "Explanatory Supplement to the Astronomical Almanac", P. Kenneth Seidelmann, editor.
| Constructor | Description |
|---|---|
EasterSundayRule() |
Default constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
SerialDate |
getDate(int year) |
Returns the date of Easter Sunday for the given year.
|
clonepublic EasterSundayRule()
public SerialDate getDate(int year)
This method supports the AnnualDateRule interface.
getDate in class AnnualDateRuleyear - the year to check.