Returns true if this starts after the given date.
true
date
bool startsAfter(DateTime date) => start.isAfter(date);