Package com.walkfares.calendar.holiday
Class VictoriaDay
java.lang.Object
com.walkfares.calendar.holiday.BaseHolidayRule
com.walkfares.calendar.holiday.VictoriaDay
- All Implemented Interfaces:
HolidayRule
public class VictoriaDay extends BaseHolidayRule
VictoriaDay is the Monday on or before 24th in May
-
Constructor Summary
Constructors Constructor Description VictoriaDay()
-
Method Summary
Modifier and Type Method Description List<Holiday>
getHolidaysForYear(int year)
boolean
isHoliday(UTCDate date)
Methods inherited from class com.walkfares.calendar.holiday.BaseHolidayRule
equals, getCode, getName, getOptions, hashCode, withOptions
-
Constructor Details
-
VictoriaDay
public VictoriaDay()
-
-
Method Details