Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
addDays :: Integer -> Day -> Daytime Data.Time.Calendar No documentation available.
calendarDay :: CalendarDiffDaystime Data.Time.Calendar No documentation available.
cdDays :: CalendarDiffDays -> Integertime Data.Time.Calendar No documentation available.
diffDays :: Day -> Day -> Integertime Data.Time.Calendar No documentation available.
firstDayOfWeekOnAfter :: DayOfWeek -> Day -> Daytime Data.Time.Calendar The first day-of-week on or after some day
periodAllDays :: DayPeriod p => p -> [Day]time Data.Time.Calendar A list of all the days in this period.
periodFirstDay :: DayPeriod p => p -> Daytime Data.Time.Calendar Returns the first Day in a period of days.
periodFromDay :: DayPeriod p => Day -> (p, Int)time Data.Time.Calendar Get the period this day is in, with the 1-based day number within the period.
periodFromDay (periodFirstDay p) = (p,1)
periodLastDay :: DayPeriod p => p -> Daytime Data.Time.Calendar Returns the last Day in a period of days.
periodToDay :: DayPeriod p => p -> Int -> Daytime Data.Time.Calendar Inverse of periodFromDay.