time-recurrence-0.9.1: Generate recurring dates.

Safe HaskellSafe-Infered

Data.Time.Recurrence

Synopsis

Documentation

class Moment a Source

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