java.lang.Object
org.holiday.calendar.observance.ca.LabourDay
Observance of Labour Day - a statutory public holiday in Canada that occurs
on the first Monday in September. One of several Labour Day celebrations that
occur worldwide, the Canadian observance occurs on the same day as Labor Day
in the United States.
- Author:
- Dave Joyce
- See Also:
-
Constructor Details
-
LabourDay
public LabourDay()
-
-
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
-