chronos-0.4: A performant time library

Safe HaskellNone
LanguageHaskell2010

Chronos.Internal.Conversion

Synopsis

Documentation

offsetTimeOfDay :: Offset -> TimeOfDay -> (Int, TimeOfDay) Source #

The first argument in the resulting tuple in a day adjustment. It should be either -1, 0, or 1, as no offset should ever exceed 24 hours.

internalBuildDayOfWeekMatch :: a -> a -> a -> a -> a -> a -> a -> DayOfWeekMatch a Source #

internalBuildMonthMatch :: a -> a -> a -> a -> a -> a -> a -> a -> a -> a -> a -> a -> MonthMatch a Source #