|
Happstack.State.ClockTime |
|
|
Description |
instances of Typeable, Data, Serialize, Version, and Default for ClockTime
|
|
Synopsis |
|
|
|
Documentation |
|
|
A representation of the internal clock time.
Clock times may be compared, converted to strings, or converted to an
external calendar time CalendarTime for I/O or other manipulations.
| Constructors | TOD Integer Integer | Construct a clock time. The arguments are a number
of seconds since 00:00:00 (UTC) on 1 January 1970,
and an additional number of picoseconds.
In Haskell 98, the ClockTime type is abstract.
|
|
|
|
Produced by Haddock version 2.6.0 |