Uses of Record Class
org.holiday.calendar.HolidayDate
Packages that use HolidayDate
-
Uses of HolidayDate in org.holiday.calendar
Methods in org.holiday.calendar that return types with arguments of type HolidayDateModifier and TypeMethodDescriptionHolidayCalendar.calculate(int year) Calculate the dates of the holidays on this calendar for the specified year.HolidayCalendar.calculate(int fromYear, int toYear) Calculate the dates of the holidays on this calendar for each year in the specified range, returning all results as a single chronologically- sorted list.HolidayCalendar.calculateByYear(int fromYear, int toYear) Calculate the dates of the holidays on this calendar for each year in the specified range, returning results grouped by year.