module DateAndTime::Calculations

def sunday

+DateTime+ objects have their time set to 23:59:59.
Returns Sunday of this week assuming that week starts on Monday.
def sunday
  end_of_week(:monday)
end