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. type DayOfYear = Int

    time-compat Data.Time.Calendar.MonthDay.Compat

    Day of year, in range 1 (January 1st) to 366. December 31st is 365 in a common year, 366 in a leap year.

  2. type DayOfYear = Int

    time-compat Data.Time.Calendar.OrdinalDate.Compat

    Day of year, in range 1 (January 1st) to 366. December 31st is 365 in a common year, 366 in a leap year.

  3. data DayOfWeek

    time-compat Data.Time.Calendar.WeekDate.Compat

    No documentation available.

  4. newtype Days

    hebrew-time Data.Time.Calendar.Hebrew.Internal

    No documentation available.

  5. Days :: Integer -> Days

    hebrew-time Data.Time.Calendar.Hebrew.Internal

    No documentation available.

  6. dayOfWeek :: Day -> DayOfWeek

    time Data.Time.Calendar

    No documentation available.

  7. dayOfWeekDiff :: DayOfWeek -> DayOfWeek -> Int

    time Data.Time.Calendar

    dayOfWeekDiff a b = a - b in range 0 to 6. The number of days from b to the next a.

  8. dayPeriod :: DayPeriod p => Day -> p

    time Data.Time.Calendar

    Get the period this day is in.

  9. dayOfYearToMonthAndDay :: Bool -> DayOfYear -> (MonthOfYear, DayOfMonth)

    time Data.Time.Calendar.MonthDay

    Convert day of year in the Gregorian or Julian calendars to month and day. First arg is leap year flag.

  10. dayQuarter :: Day -> Quarter

    time Data.Time.Calendar.Quarter

    The Quarter this Day is in.

Page 3 of many | Previous | Next