mirror of
https://github.com/acamarata/pray-calc.git
synced 2026-06-30 19:04:26 +00:00
Add typedoc and typedoc-plugin-markdown as devDependencies. Add typedoc.json config targeting src/index.ts with markdown output to .github/wiki/api. Add docs script to package.json. Generate initial API reference pages. Part of T-E8-03 — TypeDoc automation for all 12 JS/TS packages.
115 lines
2.4 KiB
Markdown
115 lines
2.4 KiB
Markdown
[**pray-calc v2.1.1**](../README.md)
|
|
|
|
***
|
|
|
|
[pray-calc](../README.md) / PrayerTimes
|
|
|
|
# Interface: PrayerTimes
|
|
|
|
Defined in: [types.ts:26](https://github.com/acamarata/pray-calc/blob/af34aef986c37d8de9cf8db0744a41e3b0c99c40/src/types.ts#L26)
|
|
|
|
Raw prayer times as fractional hours.
|
|
|
|
## Extended by
|
|
|
|
- [`PrayerTimesAll`](PrayerTimesAll.md)
|
|
|
|
## Properties
|
|
|
|
### angles
|
|
|
|
> **angles**: [`TwilightAngles`](TwilightAngles.md)
|
|
|
|
Defined in: [types.ts:46](https://github.com/acamarata/pray-calc/blob/af34aef986c37d8de9cf8db0744a41e3b0c99c40/src/types.ts#L46)
|
|
|
|
Dynamic twilight angles used for this calculation.
|
|
|
|
***
|
|
|
|
### Asr
|
|
|
|
> **Asr**: `number`
|
|
|
|
Defined in: [types.ts:38](https://github.com/acamarata/pray-calc/blob/af34aef986c37d8de9cf8db0744a41e3b0c99c40/src/types.ts#L38)
|
|
|
|
Asr (Shafi'i or Hanafi shadow convention).
|
|
|
|
***
|
|
|
|
### Dhuhr
|
|
|
|
> **Dhuhr**: `number`
|
|
|
|
Defined in: [types.ts:36](https://github.com/acamarata/pray-calc/blob/af34aef986c37d8de9cf8db0744a41e3b0c99c40/src/types.ts#L36)
|
|
|
|
Dhuhr (2.5 minutes after solar noon).
|
|
|
|
***
|
|
|
|
### Fajr
|
|
|
|
> **Fajr**: `number`
|
|
|
|
Defined in: [types.ts:30](https://github.com/acamarata/pray-calc/blob/af34aef986c37d8de9cf8db0744a41e3b0c99c40/src/types.ts#L30)
|
|
|
|
True dawn (Subh Sadiq).
|
|
|
|
***
|
|
|
|
### Isha
|
|
|
|
> **Isha**: `number`
|
|
|
|
Defined in: [types.ts:42](https://github.com/acamarata/pray-calc/blob/af34aef986c37d8de9cf8db0744a41e3b0c99c40/src/types.ts#L42)
|
|
|
|
Isha (nightfall, end of shafaq).
|
|
|
|
***
|
|
|
|
### Maghrib
|
|
|
|
> **Maghrib**: `number`
|
|
|
|
Defined in: [types.ts:40](https://github.com/acamarata/pray-calc/blob/af34aef986c37d8de9cf8db0744a41e3b0c99c40/src/types.ts#L40)
|
|
|
|
Maghrib (sunset).
|
|
|
|
***
|
|
|
|
### Midnight
|
|
|
|
> **Midnight**: `number`
|
|
|
|
Defined in: [types.ts:44](https://github.com/acamarata/pray-calc/blob/af34aef986c37d8de9cf8db0744a41e3b0c99c40/src/types.ts#L44)
|
|
|
|
Midnight: midpoint between Maghrib and Fajr.
|
|
|
|
***
|
|
|
|
### Noon
|
|
|
|
> **Noon**: `number`
|
|
|
|
Defined in: [types.ts:34](https://github.com/acamarata/pray-calc/blob/af34aef986c37d8de9cf8db0744a41e3b0c99c40/src/types.ts#L34)
|
|
|
|
Solar noon (exact geometric transit).
|
|
|
|
***
|
|
|
|
### Qiyam
|
|
|
|
> **Qiyam**: `number`
|
|
|
|
Defined in: [types.ts:28](https://github.com/acamarata/pray-calc/blob/af34aef986c37d8de9cf8db0744a41e3b0c99c40/src/types.ts#L28)
|
|
|
|
Start of the last third of the night (Qiyam al-Layl).
|
|
|
|
***
|
|
|
|
### Sunrise
|
|
|
|
> **Sunrise**: `number`
|
|
|
|
Defined in: [types.ts:32](https://github.com/acamarata/pray-calc/blob/af34aef986c37d8de9cf8db0744a41e3b0c99c40/src/types.ts#L32)
|
|
|
|
Astronomical sunrise.
|