isBeforeDay method

bool isBeforeDay(
  1. DayDart d
)

Implementation

bool isBeforeDay(DayDart d) {
  return isSameOrBefore(d, DayUnits.M) && $D < d.$D;
}