Compare DateTime with DateTime less than or equal.
bool operator <=(DateTime other) => isBeforeOrEqual(other);