Module org.holiday.calendar.mena
Class SheminiAtzeret
java.lang.Object
org.holiday.calendar.observance.AbstractObservance
org.holiday.calendar.observance.hebrew.SheminiAtzeret
Observance of Shemini Atzeret / Simchat Torah (22 Tishri).
In Israel (unlike the Diaspora), Shemini Atzeret and Simchat Torah are combined on a single day — 22 Tishri.
- 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
-
SheminiAtzeret
public SheminiAtzeret()
-
-
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
-