operator - method

DateTime operator -(
  1. Duration duration
)

Implementation

DateTime operator -(Duration duration) => subtract(duration);