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