Interface Holidays

All Superinterfaces:
PluginFeature

public interface Holidays extends 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.
  • Method Details

    • getHolidays

      Get all holidays for a given date.
      Parameters:
      date - the date for which to get holidays.
      Returns:
      a List of holidays on the given date.