difference method

FractionalSeconds difference(
  1. Time other
)

Returns this - other.

Implementation

FractionalSeconds difference(Time other) =>
    fractionalSecondsSinceMidnight - other.fractionalSecondsSinceMidnight;