mirror of
https://github.com/acamarata/pray-calc.git
synced 2026-07-01 03:14:28 +00:00
33 lines
545 B
Markdown
33 lines
545 B
Markdown
[**pray-calc v2.1.1**](../README.md)
|
|
|
|
***
|
|
|
|
[pray-calc](../README.md) / getQiyam
|
|
|
|
# Function: getQiyam()
|
|
|
|
> **getQiyam**(`fajrTime`, `ishaTime`): `number`
|
|
|
|
Defined in: [getQiyam.ts:16](https://github.com/acamarata/pray-calc/blob/4227afc2c3993234794b3a1a561c080edc6d4d4e/src/getQiyam.ts#L16)
|
|
|
|
Compute the start of the last third of the night.
|
|
|
|
## Parameters
|
|
|
|
### fajrTime
|
|
|
|
`number`
|
|
|
|
Fajr time in fractional hours
|
|
|
|
### ishaTime
|
|
|
|
`number`
|
|
|
|
Isha time in fractional hours
|
|
|
|
## Returns
|
|
|
|
`number`
|
|
|
|
Start of the last third of the night (fractional hours)
|