Subtracts other from this Duration and returns the difference as a new Duration object.
other
Time operator -(Time other) { return Time(ticks - other.ticks); }