terrahs-0.7: A library for GIS Programs in Haskell.Source codeContentsIndex
TerraHS.Algebras.Temporal.DateTime
Documentation
data Date Source
Constructors
Date (Int, Int, Int)
show/hide Instances
data Time Source
Constructors
Time (Int, Int, Int)
show/hide Instances
data Duration Source
Constructors
Duration (Int, Int, Int, Int)
show/hide Instances
data Instant Source
Constructors
Instant (Date, Time)
show/hide Instances
data Interval Source
Constructors
Interval (Instant, Instant, Bool, Bool)
show/hide Instances
time2sec :: Time -> IntegerSource
sec2time :: Integer -> TimeSource
sec2duration :: Integer -> DurationSource
instanttoCalendarTime :: Instant -> CalendarTimeSource
diffInstant :: Instant -> Instant -> IntegerSource
insidei :: Interval -> Interval -> BoolSource
containsi :: Interval -> Interval -> BoolSource
before :: Interval -> Interval -> BoolSource
r_disjoint :: Interval -> Interval -> BoolSource
disjointi :: Interval -> Interval -> BoolSource
intercepti :: Interval -> Interval -> BoolSource
Produced by Haddock version 2.4.2