operator - method

DateTime operator -(
  1. Duration other
)

Implementation

DateTime operator -(Duration other) {
  return this.subtract(other);
}