Module de.focus_shift.jollyday.core
Package de.focus_shift.jollyday.core.spi
Interface FixedWeekdayInMonth
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.focus_shift.jollyday.core.spi.Limited
Limited.YearCycle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Monthmonth()Describes the month in which the holiday will occur.DayOfWeekweekday()Describes the day of the week, like Monday, Tuesday, ...Occurrencewhich()Describes on which weekday the holiday occurs, like the first or second-
Methods inherited from interface de.focus_shift.jollyday.core.spi.Described
descriptionPropertiesKey, holidayType
-
-
-
-
Method Detail
-
weekday
DayOfWeek weekday()
Describes the day of the week, like Monday, Tuesday, ...- Returns:
- the weekday on which the holiday occurs
-
month
Month month()
Describes the month in which the holiday will occur.- Returns:
- the month in which the holiday occurs
-
which
Occurrence which()
Describes on which weekday the holiday occurs, like the first or second- Returns:
- the occurrence
-
-