Safe Haskell | None |
---|
Data.Time.Recurrence
- data CalendarTime = CalendarTime {
- calendarSecond :: Int
- calendarMinute :: Int
- calendarHour :: Int
- calendarDay :: Int
- calendarMonth :: Month
- calendarYear :: Integer
- calendarWeekDay :: WeekDay
- calendarYearDay :: Int
- calendarTimeZone :: TimeZone
- class Moment a
Documentation
data CalendarTime
A representation of calendar time separated into year, month, day, and so on.
Constructors
CalendarTime | |
Fields
|