I am trying to get the current Hijri date in my Xamarin app.
I tried:
Calendar hijri = new HijriCalendar();
and
Calendar hijri = new HijriCalendar();
but getting:
Error CS0246: The type or namespace name 'HijriCalendar' could not be found (are you missing a using directive or an assembly reference?) (CS0246)
although I already added the:
using System.Globalization