Hoogle Search
Within LTS Haskell 23.21 (ghc-9.8.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
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.
TimeOfDay :: Int -> Int -> Pico -> TimeOfDaytime Data.Time.LocalTime No documentation available.
-
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.
TimeOfDay :: Int -> Int -> Pico -> TimeOfDaytime-compat Data.Time.LocalTime.Compat No documentation available.
timeOfDayToDayFraction :: TimeOfDay -> Rationaltime Data.Time.LocalTime Get the fraction of a day since midnight given a time of day.
timeOfDayToTime :: TimeOfDay -> DiffTimetime Data.Time.LocalTime Get the time since midnight for a given time of day.
timeOfDayToDayFraction :: TimeOfDay -> Rationaltime-compat Data.Time.LocalTime.Compat Get the fraction of a day since midnight given a time of day.
timeOfDayToTime :: TimeOfDay -> DiffTimetime-compat Data.Time.LocalTime.Compat Get the time since midnight for a given time of day.
dayFractionToTimeOfDay :: Rational -> TimeOfDaytime Data.Time.LocalTime Get the time of day given the fraction of a day since midnight.
daysAndTimeOfDayToTime :: Integer -> TimeOfDay -> NominalDiffTimetime 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