operator - method

Duration operator -(
  1. DateTime other
)

Implementation

Duration operator -(DateTime other) {
  return difference(other);
}