Interface Holidays
- All Superinterfaces:
PluginFeature
PluginFeature that generates a List of
Holidays.HolidayInstance for each day. WhiteRabbit will will marked these days
as DayType.HOLIDAY when switching to a new month.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceRepresents a holiday instance. -
Method Summary
-
Method Details
-
getHolidays
Get all holidays for a given date.- Parameters:
date- the date for which to get holidays.- Returns:
- a
Listof holidays on the given date.
-