...
- boolean isObserved - Used to indicate if the user is referring to the date the holiday is observed (true), or the official date (false).
- boolean searchForward - Used by closest method to search forward if true or backwards if false.
- boolean includeStartAndEnd - Used by inRange method to decide if the search should include the start and end dates.
- String type - An optional parameter through which the user can select which type of Holiday should be returned (Federal, Bank, UH, State)
...