Hoogle Search

Within LTS Haskell 22.21 (ghc-9.6.5)

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

  1. data TimeOfDay

    time Data.Time.LocalTime

    Time of day as represented in hour, minute and second (with picoseconds), typically used to express local time of day. TimeOfDay 24 0 0 is considered invalid for the purposes of makeTimeOfDayValid, as well as reading and parsing, but valid for ISO 8601 parsing in Data.Time.Format.ISO8601.

  2. TimeOfDay :: Int -> Int -> Pico -> TimeOfDay

    time Data.Time.LocalTime

    No documentation available.

  3. data () => TimeOfDay

    time-compat Data.Time.LocalTime.Compat

    Time of day as represented in hour, minute and second (with picoseconds), typically used to express local time of day. TimeOfDay 24 0 0 is considered invalid for the purposes of makeTimeOfDayValid, as well as reading and parsing, but valid for ISO 8601 parsing in Data.Time.Format.ISO8601.

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

    time-compat Data.Time.LocalTime.Compat

    No documentation available.

  5. timeOfDayToDayFraction :: TimeOfDay -> Rational

    time Data.Time.LocalTime

    Get the fraction of a day since midnight given a time of day.

  6. timeOfDayToTime :: TimeOfDay -> DiffTime

    time Data.Time.LocalTime

    Get the time since midnight for a given time of day.

  7. timeOfDayToDayFraction :: TimeOfDay -> Rational

    time-compat Data.Time.LocalTime.Compat

    Get the fraction of a day since midnight given a time of day.

  8. timeOfDayToTime :: TimeOfDay -> DiffTime

    time-compat Data.Time.LocalTime.Compat

    Get the time since midnight for a given time of day.

  9. dayFractionToTimeOfDay :: Rational -> TimeOfDay

    time Data.Time.LocalTime

    Get the time of day given the fraction of a day since midnight.

  10. daysAndTimeOfDayToTime :: Integer -> TimeOfDay -> NominalDiffTime

    time Data.Time.LocalTime

    Convert a count of days and a time of day since midnight into a period of time.

Page 1 of many | Next