differenceInMicroseconds method

int differenceInMicroseconds(
  1. DateTime other
)

Difference in microseconds between this date and other

Implementation

int differenceInMicroseconds(DateTime other) => diff(other).inMicroseconds;