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 and Description |
|---|
EasterSundayRule()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SerialDate |
getDate(int year)
Returns the date of Easter Sunday for the given year.
|
clonepublic SerialDate getDate(int year)
This method supports the AnnualDateRule interface.
getDate in class AnnualDateRuleyear - the year to check.Copyright © 2009-2012 jtstand.com. All Rights Reserved.