java.lang.Object
org.holiday.calendar.observance.AbstractObservance
org.holiday.calendar.observance.eu.MayDay
All Implemented Interfaces:
Function<Integer,LocalDate>, Predicate<Integer>, Observance

public class MayDay extends AbstractObservance
Observance of May Day - an ancient festival marking the first day of summer. It is a current traditional spring holiday in many European cultures that is celebrated as a public holiday on 1 May or the 1st Monday of May.

In modern times, May Day is also celebrated as International Workers' Day in many countries around the world, where it is commonly known as Labour Day.

Author:
Dave Joyce
  • Constructor Details

    • MayDay

      public MayDay(boolean onFirstMonday)
    • MayDay

      public MayDay()
  • Method Details