Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. fromSundayStartWeek :: Year -> WeekOfYear -> Int -> Day

    time Data.Time.Calendar.OrdinalDate

    The inverse of sundayStartWeek. Get a Day given the year and the number of the day of a Sunday-starting week. The first Sunday is the first day of week 1, any earlier days in the year are week 0 (as %U in formatTime).

  2. fromSundayStartWeekValid :: Year -> WeekOfYear -> Int -> Maybe Day

    time Data.Time.Calendar.OrdinalDate

    No documentation available.

  3. mondayStartWeek :: Day -> (WeekOfYear, Int)

    time Data.Time.Calendar.OrdinalDate

    Get the number of the Monday-starting week in the year and the day of the week. The first Monday is the first day of week 1, any earlier days in the year are week 0 (as %W in formatTime). Monday is 1, Sunday is 7 (as %u in formatTime).

  4. sundayStartWeek :: Day -> (WeekOfYear, Int)

    time Data.Time.Calendar.OrdinalDate

    Get the number of the Sunday-starting week in the year and the day of the week. The first Sunday is the first day of week 1, any earlier days in the year are week 0 (as %U in formatTime). Sunday is 0, Saturday is 6 (as %w in formatTime).

  5. pattern QuarterDay :: Quarter -> DayOfQuarter -> Day

    time Data.Time.Calendar.Quarter

    Bidirectional abstract constructor. Invalid days of quarter will be clipped to the correct range.

  6. Friday :: DayOfWeek

    time Data.Time.Calendar.WeekDate

    No documentation available.

  7. Monday :: DayOfWeek

    time Data.Time.Calendar.WeekDate

    No documentation available.

  8. Saturday :: DayOfWeek

    time Data.Time.Calendar.WeekDate

    No documentation available.

  9. Sunday :: DayOfWeek

    time Data.Time.Calendar.WeekDate

    No documentation available.

  10. Thursday :: DayOfWeek

    time Data.Time.Calendar.WeekDate

    No documentation available.

Page 9 of many | Previous | Next