TimeFormat Constants Reference
Declared in | PrayTime.h |
Availability | Available in 0.1.0 and later. |
TimeFormat
These constants are used to specify the time format.
Definition
typedef NS_ENUM(NSInteger, TimeFormat ) {
TimeFormat24Hour = 0,
TimeFormat12Hour = 1,
TimeFormat12WithNoSuffix = 2,
TimeFormatFloat = 3,
};
Constants
TimeFormat24Hour
-
Specifies time in the standard 24-hour format.
Available in Available in 0.1.0 and later.
Declared In
PrayTime.h
. TimeFormat12Hour
-
Specifies time in the standard 12-hour format.
Available in Available in 0.1.0 and later.
Declared In
PrayTime.h
. TimeFormat12WithNoSuffix
-
Specifies time in the standard 12-hour format without suffix.
Available in Available in 0.1.0 and later.
Declared In
PrayTime.h
. TimeFormatFloat
-
Specifies time in floating point number.
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