eqvMonth method

bool eqvMonth(
  1. DateTime other
)

Return true when this DateTime and other have the same month.

Implementation

bool eqvMonth(DateTime other) => Eq.dateEqMonth.eqv(this, other);