diffDay method

int diffDay(
  1. DateTime d
)

Implementation

int diffDay(DateTime d) {
  return computeDayDiff(this, d);
}