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.

  1. addDays :: Integer -> Day -> Day

    time Data.Time.Calendar

    No documentation available.

  2. calendarDay :: CalendarDiffDays

    time Data.Time.Calendar

    No documentation available.

  3. cdDays :: CalendarDiffDays -> Integer

    time Data.Time.Calendar

    No documentation available.

  4. diffDays :: Day -> Day -> Integer

    time Data.Time.Calendar

    No documentation available.

  5. firstDayOfWeekOnAfter :: DayOfWeek -> Day -> Day

    time Data.Time.Calendar

    The first day-of-week on or after some day

  6. periodAllDays :: DayPeriod p => p -> [Day]

    time Data.Time.Calendar

    A list of all the days in this period.

  7. periodFirstDay :: DayPeriod p => p -> Day

    time Data.Time.Calendar

    Returns the first Day in a period of days.

  8. 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)
    

  9. periodLastDay :: DayPeriod p => p -> Day

    time Data.Time.Calendar

    Returns the last Day in a period of days.

  10. periodToDay :: DayPeriod p => p -> Int -> Day

    time Data.Time.Calendar

    Inverse of periodFromDay.

Page 6 of many | Previous | Next