Interface Holidays.HolidayInstance
- Enclosing interface:
Holidays
public static interface Holidays.HolidayInstance
Represents a holiday instance.
-
Method Summary
-
Method Details
-
getCategory
String getCategory()Get the holiday category, e.g. "public".- Returns:
- the holiday category, e.g. "public".
-
getName
String getName()Get the local name of the holiday.- Returns:
- the local name of the holiday.
-
getDate
LocalDate getDate()Get the date of the holiday.- Returns:
- the date of the holiday.
-