|
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
|
|
|
|
|
|
|
| class ToSeconds iso where | Source |
|
| | Methods | | | returns number of seconds since reference point
| | |
|
|
|
|
compute weekday of Jan 1
in seconds from epoch; needs to be updated when time leaps again
|
|
|
|
|
|
|
|
|
|
| data type for representing ISO time
| | Constructors | |
|
|
|
|
|
|
| Constructors | | ImplicitYear | | | ImplicitCentury Int | | | Century Int | | | ImplicitDecade Int | | | Year Int | |
|
|
|
|
|
|
|
|
|
|
| Constructors | | NoDayOfMonth | | | DayOfMonth Int | |
|
|
|
|
| Constructors | | ImplicitWeek | | | AnyWeek | | | Week Int | |
|
|
|
|
|
|
|
|
|
|
|
|
|
| Constructors | | ImplicitMinute | | | Minute Int | | | NoMinute | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Produced by Haddock version 2.6.0 |