Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Prayer ¶
type Prayer struct {
MethodParams map[int][]float64
CalcMethod int // caculation method
AsrJuristic int // Juristic method for Asr
DhuhrMinutes int // minutes after mid-day for Dhuhr
AdjustHighLats int // adjusting method for higher latitudes
TimeFormat int // time format
Lat float64 // latitude
Lng float64 // longitude
TimeZone float64 // time-zone
JDate float64 // Julian date
//Times []int
Offsets []int
// Time Names
TimeName []string
NumIterations int // number of iterations needed to compute times
}
func (*Prayer) GetPrayerTimes ¶
func (*Prayer) GetPrayerTimesAsObject ¶
Click to show internal directories.
Click to hide internal directories.