Class MidAutumnFestival

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

public class MidAutumnFestival extends AbstractObservance
Observance of Mid-Autumn Festival (中秋节), which falls on the 15th day of the 8th month of the Chinese lunisolar calendar — the full moon of autumn.

The date is computed algorithmically via Time4J's ChineseCalendar, using the Chinese year that begins in the given Gregorian year.

Author:
Dave Joyce
  • Constructor Details

    • MidAutumnFestival

      public MidAutumnFestival()
  • Method Details