isDayWu method

bool isDayWu()

Implementation

bool isDayWu() {
  return isDayMingWu() || isDayAnWu();
}