prayer-times
prayer-times copied to clipboard
Manchester UK Error
try this test..
PrayerTimesCalculator calc = new PrayerTimesCalculator(53.4794892, -2.2451148);
calc.CalculationMethod = CalculationMethods.MWL;
calc.AsrJurusticMethod = AsrJuristicMethods.Shafii;
var times = calc.GetPrayerTimes(new DateTime(2020, 5, 14), 1);
it will return NaN for FAJR time.