hawl-2006.6.4ContentsIndex
Hawl.Util.Time
Contents
Time utilities
Synopsis
type Minutes = Int
timeNow :: MonadIO m => m CalendarTime
addToCalendarTime :: TimeDiff -> CalendarTime -> CalendarTime
minutesBefore :: Minutes -> CalendarTime -> CalendarTime
epoch :: CalendarTime
theEndOfTime :: CalendarTime
monthToInt :: Month -> Int
intToMonth :: Int -> Month
showMonthInt :: Int -> String
iso8601DateTimeFormat :: String
parseISO8601DateTime :: Monad m => String -> m CalendarTime
showISO8601DateTime :: CalendarTime -> String
Time utilities
type Minutes = Int
timeNow :: MonadIO m => m CalendarTime
addToCalendarTime :: TimeDiff -> CalendarTime -> CalendarTime
minutesBefore :: Minutes -> CalendarTime -> CalendarTime
epoch :: CalendarTime
theEndOfTime :: CalendarTime
monthToInt :: Month -> Int
intToMonth :: Int -> Month
showMonthInt :: Int -> String
iso8601DateTimeFormat :: String
parseISO8601DateTime :: Monad m => String -> m CalendarTime
showISO8601DateTime :: CalendarTime -> String
Produced by Haddock version 0.7