Returns a DateTime with the date part of date and the time part of this FTime.
date
@useResult DateTime withDate(DateTime date) => date.copyWith(hour: hour, minute: minute);