ArcGIS Runtime SDK for iOS: AGSPopupFieldFormat.h File Reference
ArcGIS Runtime SDK for iOS  100.15
AGSPopupFieldFormat.h File Reference

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
}
 

Enumeration Type Documentation

◆ 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.

Since
100.0
Enumerator
AGSPopupDateFormatDayShortMonthYear 

Date with d MMM y.

AGSPopupDateFormatLongDate 

Date with EEEE, MMMM d, y.

AGSPopupDateFormatLongMonthDayYear 

Date with MMMM d y.

AGSPopupDateFormatLongMonthYear 

Date with MMMM y.

AGSPopupDateFormatShortDate 

Date with M/d/y.

AGSPopupDateFormatShortDateLE 

Date with M/d/y.

AGSPopupDateFormatShortDateLELongTime 

Date with M/d/y h:mm:ss a.

AGSPopupDateFormatShortDateLELongTime24 

Date with M/d/y H:mm:ss.

AGSPopupDateFormatShortDateLEShortTime 

Date with M/d/y h:mm a.

AGSPopupDateFormatShortDateLEShortTime24 

Date with M/d/y H:mm.

AGSPopupDateFormatShortDateLongTime 

Date with M/d/y h:mm:ss a.

AGSPopupDateFormatShortDateLongTime24 

Date with M/d/y H:mm:ss.

AGSPopupDateFormatShortDateShortTime 

Date with M/d/y h:mm a.

AGSPopupDateFormatShortDateShortTime24 

Date with M/d/y H:mm.

AGSPopupDateFormatShortMonthYear 

Date with MMM y.

AGSPopupDateFormatYear 

Date with y.

AGSPopupDateFormatUnknown 

Unknown date format.