Uses of Class
com.timeanddate.services.dataTypes.holidays.Holiday
Packages that use Holiday
Package
Description
-
Uses of Holiday in com.timeanddate.services
Methods in com.timeanddate.services that return types with arguments of type HolidayModifier and TypeMethodDescriptionHolidaysService.holidaysForCountry(String country)
The holidays service can be used to retrieve the list of holidays for a country.HolidaysService.holidaysForCountry(String countryCode, int year)
The holidays service can be used to retrieve the list of holidays for a country. -
Uses of Holiday in com.timeanddate.services.dataTypes.businessdays
Methods in com.timeanddate.services.dataTypes.businessdays that return types with arguments of type HolidayModifier and TypeMethodDescriptionBusinessHoliday.getHolidays()
Holidays which occur in the requested period. -
Uses of Holiday in com.timeanddate.services.dataTypes.holidays
Methods in com.timeanddate.services.dataTypes.holidays that return Holiday