java.lang.Object
org.holiday.calendar.observance.AbstractObservance
org.holiday.calendar.observance.hebrew.PassoverEnd
Observance of the last day of Passover (21 Nisan) — the seventh day of Pesach.
Israel observes a 7-day Passover (Nisan 15–21). Only Nisan 21 (the last day) is a public holiday; the intermediate days (Chol HaMoed) are not closures.
- Author:
- Dave Joyce
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected LocalDatecomputeDate(int year) Compute the date for this observance in the given year.Methods inherited from class org.holiday.calendar.observance.AbstractObservance
apply, isValidYear, test
-
Constructor Details
-
PassoverEnd
public PassoverEnd()
-
-
Method Details
-
computeDate
Description copied from class:AbstractObservanceCompute the date for this observance in the given year. Only called whenAbstractObservance.isValidYear(int)returnstrue.- Specified by:
computeDatein classAbstractObservance- Parameters:
year- the year for which to compute the date- Returns:
- computed holiday date
-