toDateTime method

DateTime toDateTime()

Implementation

DateTime toDateTime() {
  return hijriToGregorian(hYear, hMonth, hDay);
}