Class DragonBoatFestival

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

public class DragonBoatFestival extends AbstractObservance
Observance of Dragon Boat Festival (端午节, Duanwu), which falls on the 5th day of the 5th month of the Chinese lunisolar calendar.

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

    • DragonBoatFestival

      public DragonBoatFestival()
  • Method Details