isDayAnWu method

bool isDayAnWu()

Implementation

bool isDayAnWu() {
  return _lunar!.getDayZhi() == TaoUtil.AN_WU[getMonth().abs() - 1];
}