| Safe Haskell | Safe |
|---|---|
| Language | Haskell98 |
Data.Time.Recurrence
- data CalendarTime = CalendarTime {}
- class Moment a
Documentation
data CalendarTime Source
A representation of calendar time separated into year, month, day, and so on.
Constructors
| CalendarTime | |
Fields
| |
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
Minimal complete definition
epoch, addSeconds, addMonths, addYears