weekDay method

int weekDay()

Implementation

int weekDay() {
  DateTime wkDay = hijriToGregorian(hYear, hMonth, hDay);
  return wkDay.weekday;
}