Module org.holiday.calendar.western
Class VictoryInEuropeDay
java.lang.Object
org.holiday.calendar.observance.AbstractObservance
org.holiday.calendar.observance.eu.VictoryInEuropeDay
Observance of Victory in Europe Day (V-E Day) - commemorates the formal
acceptance by the Allies of World War II of Nazi Germany's unconditional
surrender of its armed forces on 8 May 1945.
- 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
-
VictoryInEuropeDay
public VictoryInEuropeDay()
-
-
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
-