difference method
Returns this - other
.
Implementation
FractionalSeconds difference(Time other) =>
fractionalSecondsSinceMidnight - other.fractionalSecondsSinceMidnight;
Returns this - other
.
FractionalSeconds difference(Time other) =>
fractionalSecondsSinceMidnight - other.fractionalSecondsSinceMidnight;