java.lang.Object
org.holiday.calendar.observance.us.ColumbusDay
Observance of Columbus Day - a federal holiday in the United States which
officially celebrates the anniversary of the arrival of Christopher Columbus
in the Americas on October 12, 1492. Since 1971, this holiday has been
observed on the second Monday in October.
- Author:
- Dave Joyce
-
Constructor Details
-
ColumbusDay
public ColumbusDay()
-
-
Method Details
-
apply
-
test
Description copied from interface:ObservanceDetermines whether this observance applies to the specified year.- Specified by:
testin interfaceObservance- Specified by:
testin interfacePredicate<Integer>- Parameters:
year- year of potential observance- Returns:
- true if the input year applies for this observance, otherwise false
-