Interface Holidays


public interface Holidays
Interface for customizing the holidays.
  • Method Summary

    Modifier and Type
    Method
    Description
    If the day is a holiday return the name (e.g.
  • Method Details

    • isHoliday

      String isHoliday(Calendar d)
      If the day is a holiday return the name (e.g. "Easter Sunday"), otherwise the method should return null.
      Returns:
      the name of the holiday