Maintainer | ongy |
---|---|
Stability | testing |
Portability | Linux |
Safe Haskell | Safe |
Language | Haskell2010 |
- data TimeHandle
- getTime :: TimeHandle -> IO String
- getHM :: TimeHandle -> IO (Int, Int)
- getTimeHandle :: String -> IO TimeHandle
Documentation
data TimeHandle Source #
The handle exported by this module.
getHM :: TimeHandle -> IO (Int, Int) Source #
Get the current time (HH:MM) format for the current time zone.
:: String | The format that should be used for |
-> IO TimeHandle |
Get a handle for this module