isFeastDay property

bool isFeastDay

is the date a feast date

Implementation

bool get isFeastDay {
  return day == 1 && !isAyyamIHa;
}