Returns true if this starts before the given date.
true
date
bool startsBefore(DateTime date) => start.isBefore(date);