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.
-
time Data.Time.Calendar.WeekDate No documentation available.
fromWeekCalendarValid :: FirstWeekType -> DayOfWeek -> Year -> WeekOfYear -> DayOfWeek -> Maybe Daytime Data.Time.Calendar.WeekDate Convert from the given kind of "week calendar". Invalid week and day values will return Nothing.
fromWeekDateValid :: Year -> WeekOfYear -> Int -> Maybe Daytime 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.
isoMakeTimeOfDayValid :: Int -> Int -> Pico -> Maybe TimeOfDaytime Data.Time.Format.ISO8601 Like makeTimeOfDayValid, but accepts 24 0 0 per ISO 8601:2004(E) sec. 4.2.3
foWidth :: FormatOptions -> Maybe Inttime Data.Time.Format.Internal No documentation available.
makeTimeOfDayValid :: Int -> Int -> Pico -> Maybe TimeOfDaytime Data.Time.LocalTime No documentation available.
-
time Data.Time.LocalTime Hour twelve
-
time Data.Time.LocalTime Hour zero
pastMidnight :: DiffTime -> TimeOfDaytime Data.Time.LocalTime Same as timeToTimeOfDay.
sinceMidnight :: TimeOfDay -> DiffTimetime Data.Time.LocalTime Same as timeOfDayToTime.