wekDay method

int wekDay()

Implementation

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