bank-holiday-usa-0.1.1: A library for determining US bank holidays

Safe HaskellSafe
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