antikythera-0.1.0.0: Simple job/task/event scheduler/cronjob
CopyrightGautier DI FOLCO
LicenseISC
MaintainerGautier DI FOLCO <gautier.difolco@gmail.com>
StabilityStable
PortabilityPortable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Control.Antikythera.Unit.Time

Contents

Description

Every time-Unit classes/instances

every 5 minute
Synopsis

Units

class HasMinute a where Source #

Every type with minutes

every 5 minute

Methods

minute :: Unit Int a Source #

class HasHour a where Source #

Every type with hours

every 5 hour

Methods

hour :: Unit Int a Source #

class HasMonthDay a where Source #

Every type with month days (1-31)

every 5 monthDay

Methods

monthDay :: Unit Int a Source #

0 == Monday

class HasMonth a where Source #

Every type with months

every 5 month

Methods

month :: Unit Int a Source #

class HasYear a where Source #

Every type with years

every 5 year

Methods

year :: Unit Integer a Source #

Helpers

newtype ZonedTimeWrapped Source #

ZonedTime with Eq and Ord instances via UTCTime

Instances

Instances details
HasHour ZonedTimeWrapped Source # 
Instance details

Defined in Control.Antikythera.Unit.Time

HasMinute ZonedTimeWrapped Source # 
Instance details

Defined in Control.Antikythera.Unit.Time

HasMonth ZonedTimeWrapped Source # 
Instance details

Defined in Control.Antikythera.Unit.Time

HasMonthDay ZonedTimeWrapped Source # 
Instance details

Defined in Control.Antikythera.Unit.Time

HasWeekDay ZonedTimeWrapped Source # 
Instance details

Defined in Control.Antikythera.Unit.Time

HasYear ZonedTimeWrapped Source # 
Instance details

Defined in Control.Antikythera.Unit.Time

Read ZonedTimeWrapped Source # 
Instance details

Defined in Control.Antikythera.Unit.Time

Show ZonedTimeWrapped Source # 
Instance details

Defined in Control.Antikythera.Unit.Time

Eq ZonedTimeWrapped Source # 
Instance details

Defined in Control.Antikythera.Unit.Time

Ord ZonedTimeWrapped Source # 
Instance details

Defined in Control.Antikythera.Unit.Time

ISO8601 ZonedTimeWrapped Source # 
Instance details

Defined in Control.Antikythera.Unit.Time