time-recurrence-0.9.0: Generate recurring dates.

Safe HaskellNone

Data.Time.Recurrence

Synopsis

Documentation

data CalendarTime

A representation of calendar time separated into year, month, day, and so on.

class Moment a

The Moment class is for representing a instance in time.

Instances of Moment can be derived for any user-defined datatype for which can satisfy the minimal complete definition.

Minimal complete definition: epoch, addSeconds, addMonths, addYears

Instances

Moment UTCTime