operator - method

Duration operator -(
  1. Duration other
)

Subtract two durations (also handy for chaining)

Implementation

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