/PrayTimeCs

My C# Implementation of PrayTime.js v2

Primary LanguageC#

My Implementation of PrayTimes.js: Prayer Times Calculator (ver 2.3) in C# language

Usage example:

using System; using System.Collections.Generic; using System.Linq; using System.Text;

namespace PrayTimeCs { class Program { static void Main(string[] args) { PrayTimeCs prayTimeCs = new PrayTimeCs("Egypt"); prayTimeCs.GetTimes(DateTime.Now, -6.910237756030072, 107.59923934936523, 7, 0); } } }