pub enum HightLatMethods {
NightMiddle,
AngleBased,
OneSeventh,
}
Expand description
The method to use for higher latitudes
http://praytimes.org/calculation#Higher_Latitudes
Variants§
NightMiddle
Middle of the Night
In this method, the period from sunset to sunrise is divided into two halves. The first half is considered to be the “night” and the other half as “day break”. Fajr and Isha in this method are assumed to be at mid-night during the abnormal periods. http://praytimes.org/calculation#Higher_Latitudes
AngleBased
Angle-Based Method
This is an intermediate solution, used by some recent prayer time calculators. Let α be the twilight angle for Isha, and let t = α/60. The period between sunset and sunrise is divided into t parts. Isha begins after the first part. For example, if the twilight angle for Isha is 15, then Isha begins at the end of the first quarter (15/60) of the night. Time for Fajr is calculated similarly. http://praytimes.org/calculation#Higher_Latitudes
OneSeventh
One-Seventh of the Night
In this method, the period between sunset and sunrise is divided into seven parts. Isha begins after the first one-seventh part, and Fajr is at the beginning of the seventh part. http://praytimes.org/calculation#Higher_Latitudes
Trait Implementations§
Source§impl Clone for HightLatMethods
impl Clone for HightLatMethods
Source§fn clone(&self) -> HightLatMethods
fn clone(&self) -> HightLatMethods
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more