AdjustMethodHigherLatitude Constants Reference
| Declared in | PrayTime.h |
| Availability | Available in 0.1.0 and later. |
AdjustMethodHigherLatitude
These constants are used to specify the adjusting methods for higher latitudes.
Definition
typedef NS_ENUM(NSInteger, AdjustMethodHigherLatitude ) {
AdjustMethodHigherLatitudeNone = 0,
AdjustMethodHigherLatitudeMidNight = 1,
AdjustMethodHigherLatitudeOneSevent = 2,
AdjustMethodHigherLatitudeAngleBased = 3,
};
Constants
AdjustMethodHigherLatitudeNone-
No adjustment.
Available in Available in 0.1.0 and later.
Declared In
PrayTime.h. AdjustMethodHigherLatitudeMidNight-
Middle of night.
Available in Available in 0.1.0 and later.
Declared In
PrayTime.h. AdjustMethodHigherLatitudeOneSevent-
1/7th of night.
Available in Available in 0.1.0 and later.
Declared In
PrayTime.h. AdjustMethodHigherLatitudeAngleBased-
Angle/60th of night.
Available in Available in 0.1.0 and later.
Declared In
PrayTime.h.
Availability
Available in 0.1.0 and later.
Declared In
PrayTime.h