Data.Time.Calendar.MonthDay
Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
monthAndDayToDayOfYear :: Bool -> Int -> Int -> Int Source
Convert month and day in the Gregorian or Julian calendars to day of year. First arg is leap year flag.
monthAndDayToDayOfYearValid :: Bool -> Int -> Int -> Maybe Int Source
Convert month and day in the Gregorian or Julian calendars to day of year. First arg is leap year flag.
dayOfYearToMonthAndDay :: Bool -> Int -> (Int, Int) Source
Convert day of year in the Gregorian or Julian calendars to month and day. First arg is leap year flag.
monthLength :: Bool -> Int -> Int Source
The length of a given month in the Gregorian or Julian calendars. First arg is leap year flag.
© The University of Glasgow and others
Licensed under a BSD-style license (see top of the page).
https://downloads.haskell.org/~ghc/8.10.2/docs/html/libraries/time-1.9.3/Data-Time-Calendar-MonthDay.html