operator + method

Duration operator +(
  1. Duration other
)

Add two durations together (handy for chaining)

Implementation

Duration operator +(Duration other) => this + other;