Adds this Duration and other and returns the sum as a new Duration object.
other
Time operator +(Time other) { return Time(ticks + other.ticks); }