differenceInMilliseconds method

int differenceInMilliseconds(
  1. DateTime other
)

Difference in milliseconds between this date and other

Implementation

int differenceInMilliseconds(DateTime other) => diff(other).inMilliseconds;