Interface Holidays.HolidayInstance

Enclosing interface:
Holidays

public static interface Holidays.HolidayInstance
Represents a holiday instance.
  • Method Details

    • getCategory

      String getCategory()
      Returns:
      the holiday category, e.g. "public".
    • getName

      String getName()
      Returns:
      the local name of the holiday.
    • getDate

      LocalDate getDate()
      Returns:
      the date of the holiday.