isDayZhaiShuoWang method

bool isDayZhaiShuoWang()

Implementation

bool isDayZhaiShuoWang() {
  int d = getDay();
  return 1 == d || 15 == d;
}