ArcGIS Runtime SDK for iOS
100.15
|
Go to the source code of this file.
Enumerations | |
enum | AGSPopupDateFormat { AGSPopupDateFormatDayShortMonthYear = 0 , AGSPopupDateFormatLongDate = 1 , AGSPopupDateFormatLongMonthDayYear = 2 , AGSPopupDateFormatLongMonthYear = 3 , AGSPopupDateFormatShortDate = 4 , AGSPopupDateFormatShortDateLE = 5 , AGSPopupDateFormatShortDateLELongTime = 6 , AGSPopupDateFormatShortDateLELongTime24 = 7 , AGSPopupDateFormatShortDateLEShortTime = 8 , AGSPopupDateFormatShortDateLEShortTime24 = 9 , AGSPopupDateFormatShortDateLongTime = 10 , AGSPopupDateFormatShortDateLongTime24 = 11 , AGSPopupDateFormatShortDateShortTime = 12 , AGSPopupDateFormatShortDateShortTime24 = 13 , AGSPopupDateFormatShortMonthYear = 14 , AGSPopupDateFormatYear = 15 , AGSPopupDateFormatUnknown = -1 } |
enum AGSPopupDateFormat |
Enumeration that specifies how date fields are formatted in an AGSPopup. The LE (Little Endian) formats are the same as their counterparts. We will not force the LE format, but instead honor the format of the current locale. This is so we give the user a string value for the date that they expect based on their current locale.