getMonth method
Returns a DateTime with the given year and month.
Implementation
@override
HijriDateTime getMonth(int year, int month) => HijriDateTime(year, month);
Returns a DateTime with the given year and month.
@override
HijriDateTime getMonth(int year, int month) => HijriDateTime(year, month);