Copyright | Gautier DI FOLCO |
---|---|
License | ISC |
Maintainer | Gautier DI FOLCO <gautier.difolco@gmail.com> |
Stability | Stable |
Portability | Portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Control.Antikythera.Unit.Time
Description
Every time-Unit
classes/instances
every 5 minute
Synopsis
- class HasMinute a where
- class HasHour a where
- class HasWeekDay a where
- class HasMonthDay a where
- class HasMonth a where
- class HasYear a where
- newtype ZonedTimeWrapped = ZonedTimeWrapped {}
Units
class HasMinute a where Source #
Every type with minutes
every 5 minute
class HasHour a where Source #
Every type with hours
every 5 hour
class HasWeekDay a where Source #
Every type with week days (Mon - Sun)
every 5 weekDay
Instances
class HasMonthDay a where Source #
Every type with month days (1-31)
every 5 monthDay
Instances
class HasMonth a where Source #
Every type with months
every 5 month
class HasYear a where Source #
Every type with years
every 5 year
Helpers
newtype ZonedTimeWrapped Source #
Constructors
ZonedTimeWrapped | |
Fields |