Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Data.Time.ISO8601.Interval
Documentation
data IntervalSpec Source #
Constructors
StartEnd UTCTime UTCTime | |
StartDuration UTCTime Duration | |
DurationEnd Duration UTCTime | |
JustDuration Duration |
Instances
Show IntervalSpec Source # | |
Defined in Data.Time.ISO8601.Interval Methods showsPrec :: Int -> IntervalSpec -> ShowS # show :: IntervalSpec -> String # showList :: [IntervalSpec] -> ShowS # | |
Eq IntervalSpec Source # | |
Defined in Data.Time.ISO8601.Interval |
Constructors
Interval IntervalSpec | |
RecurringInterval IntervalSpec (Maybe Integer) |
formatInterval :: Interval -> ByteString Source #
formatIntervalB :: Interval -> Builder Source #