Hasan Kaplan

Results 3 comments of Hasan Kaplan

Hi, The issue opened long time ago, but I found a free API and implemented in my own project. Firstly I converted Money project to .Net version 8.0 (I use...

According to [Wikipedia](https://en.wikipedia.org/wiki/Hijri_year) one single Gregorian year can match with three Hijri years. So my solution is returning multiple Hijri years instead of one Hijri year (calculated Hijri year, minus...

I want to update my previous `GetPossibleHijriYears` method. I think `GetHijriYears` method below is more accurate then the previous `GetPossibleHijriYears` method: ``` private IEnumerable GetHijriYears(int year) { var hijriCalendar =...