bank-holiday-usa-0.2.0: US bank holidays
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Time.Calendar.BankHoliday.UnitedStates

Synopsis

Documentation

isBankHoliday :: Day -> Bool Source #

whether the given day is a bank holiday

bankHolidays :: Integer -> [Day] Source #

bank holidays for a given year

holidaysBetween :: Day -> Day -> [Day] Source #

find holidays falling between 2 specific days

holidaysBetweenYears :: Integer -> Integer -> [Day] Source #

find holidays falling between 2 years of time