Returns the difference in seconds from another dateTime.
dateTime
int secondsFrom(DateTime dateTime) { return dateTime.difference(this).inSeconds; }