Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. Friday :: DayOfWeek

    time Data.Time.Calendar.WeekDate

    No documentation available.

  2. fromWeekCalendarValid :: FirstWeekType -> DayOfWeek -> Year -> WeekOfYear -> DayOfWeek -> Maybe Day

    time Data.Time.Calendar.WeekDate

    Convert from the given kind of "week calendar". Invalid week and day values will return Nothing.

  3. fromWeekDateValid :: Year -> WeekOfYear -> Int -> Maybe Day

    time Data.Time.Calendar.WeekDate

    Convert from ISO 8601 Week Date format. First argument is year, second week number (1-52 or 53), third day of week (1 for Monday to 7 for Sunday). Invalid week and day values will return Nothing.

  4. isoMakeTimeOfDayValid :: Int -> Int -> Pico -> Maybe TimeOfDay

    time Data.Time.Format.ISO8601

    Like makeTimeOfDayValid, but accepts 24 0 0 per ISO 8601:2004(E) sec. 4.2.3

  5. foWidth :: FormatOptions -> Maybe Int

    time Data.Time.Format.Internal

    No documentation available.

  6. makeTimeOfDayValid :: Int -> Int -> Pico -> Maybe TimeOfDay

    time Data.Time.LocalTime

    No documentation available.

  7. midday :: TimeOfDay

    time Data.Time.LocalTime

    Hour twelve

  8. midnight :: TimeOfDay

    time Data.Time.LocalTime

    Hour zero

  9. pastMidnight :: DiffTime -> TimeOfDay

    time Data.Time.LocalTime

    Same as timeToTimeOfDay.

  10. sinceMidnight :: TimeOfDay -> DiffTime

    time Data.Time.LocalTime

    Same as timeOfDayToTime.

Page 374 of many | Previous | Next