Interface ChristianHoliday

  • All Superinterfaces:
    Described, Limited, Movable

    public interface ChristianHoliday
    extends Limited, Described, Movable
    Represents the configuration of a christian holiday that can be
    • Movable
    • Limited
    • Described

    and has a special ChristianHoliday.ChristianHolidayType and a chronology based on Chronology.

    Two chronologies are supported:

    • ISO
    • Julian

    Example: All christian holidays are relative to Easter Sunday e.g. carnival is 47 days after Easter Sunday.

    The ChristianHolidayParser is used.