isMonthZhai method

bool isMonthZhai()

Implementation

bool isMonthZhai() {
  int m = getMonth();
  return 1 == m || 5 == m || 9 == m;
}