Returns a DateTime with the added number of days and time set to midnight.
DateTime addDaysToDate(int days) => material.DateUtils.addDaysToDate(this, days);