When using the AddDays() function on an object of type Date, it will return an object of type Date Time. I would expect it to return a Date here since that's what I was working with and AddDays() does not impact that (unlike AddHours(), AddMinutes()).
For example:
AddDays(CurrDate(), 1)
Will return a Date Time, while I'm only trying to obtain tomorrow's date.