time-recurrence-0.9.2: Generate recurring dates.

Safe HaskellNone

Data.Time.Recurrence.ScheduleDetails

Contents

Synopsis

ScheduleDetails

eval :: (CalendarTimeConvertible a, Ord a, Moment a) => ScheduleDetails b -> [a] -> FutureMoments aSource

Functional interface to constructors

Period Filters

data PeriodFilter m e f Source

Constructors

Seconds [Int] 
Minutes [Int] 
Hours [Int] 
Days [Int] 
Weeks [Int] 
WeekDays [f] 
WeekDaysInWeek [e] 
WeekDaysInMonth [e] 
Months [m] 
YearDays [Int] 

Instances

(Read m, Read e, Read f) => Read (PeriodFilter m e f) 
(Show m, Show e, Show f) => Show (PeriodFilter m e f)