ZVON > References > Haskell reference |
Intro / Search / ZVON |
| Indexes | Syntax | Prelude | Ratio | Complex | Numeric | Ix | Array | List | Maybe | Char | Monad | IO | Directory | System | >> Time << | Locale | CPUTime | Random |
Module: | Time |
---|---|
Datatype: | CalendarTime |
Description: | |
Definition: | data CalendarTime = CalendarTime { ctYear :: Int, ctMonth :: Month, ctDay, ctHour, ctMin, ctSec :: Int, ctPicosec :: Integer, ctWDay :: Day, ctYDay :: Int, ctTZName :: String, ctTZ :: Int, ctIsDST :: Bool } deriving (Eq, Ord, Read, Show) |
In function types: | ClockTime -> IO CalendarTime : toCalendarTime ClockTime -> CalendarTime : toUTCTime CalendarTime -> ClockTime : toClockTime CalendarTime -> String : calendarTimeToString TimeLocale -> String -> CalendarTime -> String : formatCalendarTime |