diff method

Duration diff(
  1. DateTime other
)

Get the difference between this data and other date as a Duration

Implementation

Duration diff(DateTime other) => difference(other);