Hoogle Search

Within LTS Haskell 24.2 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. type DayOfYear = Int

    time Data.Time.Calendar.MonthDay

    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 Data.Time.Calendar.OrdinalDate

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

  3. type DayOfQuarter = Int

    time Data.Time.Calendar.Quarter

    Day of quarter, in range 1 to 92.

  4. data DayOfWeek

    time Data.Time.Calendar.WeekDate

    No documentation available.

  5. type DayOfMonth = Int

    time-compat Data.Time.Calendar.Compat

    Day of month, in range 1 to 31.

  6. data DayOfWeek

    time-compat Data.Time.Calendar.Compat

    No documentation available.

  7. class Ord p => DayPeriod p

    time-compat Data.Time.Calendar.Compat

    The class of types which can be represented as a period of days.

  8. type DayOfMonth = Int

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

    Day of month, in range 1 to 31.

  9. type DayOfYear = Int

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

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

  10. type DayOfMonth = Int

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

    Day of month, in range 1 to 31.

Page 2 of many | Previous | Next