dayDifference method

int dayDifference(
  1. Time other
)

Returns the difference in whole days between this time and other.

Implementation

int dayDifference(Time other) => difference(other).inDays;