diffInDays method

int diffInDays(
  1. DateTime date
)

Implementation

int diffInDays(DateTime date) => DateUtils.diffInDays(this, date);