Calculates the difference between this Time object and another Time object.
Duration difference(Time other) => _dateTime.difference(other._dateTime);