isAtSameMonth method

bool isAtSameMonth(
  1. DateTime other
)

Return true if other is happened on the same month

Implementation

bool isAtSameMonth(DateTime other) => _isAtMonth(this, other);