AGSPopupFieldInfo.h File Reference

Enumerations

enum  AGSPopupFieldInfoDateFormat {
  AGSPopupFieldInfoDateFormatShortDate = 0, AGSPopupFieldInfoDateFormatLongMonthDayYear, AGSPopupFieldInfoDateFormatShortMonthYear, AGSPopupFieldInfoDateFormatDayShortMonthYear,
  AGSPopupFieldInfoDateFormatLongDate, AGSPopupFieldInfoDateFormatShortDateShortTime, AGSPopupFieldInfoDateFormatShortDateShortTime24, AGSPopupFieldInfoDateFormatLongMonthYear,
  AGSPopupFieldInfoDateFormatYear
}

Enumeration Type Documentation

Enumeration that specifies how date fields are formatted in an AGSPopup.

Since:
2.0
Enumerator:
AGSPopupFieldInfoDateFormatShortDate 

Date with NSDateFormatterShortStyle

AGSPopupFieldInfoDateFormatLongMonthDayYear 

Date with NSDateFormatterLongStyle

AGSPopupFieldInfoDateFormatShortMonthYear 

Date with MMM yyyy

AGSPopupFieldInfoDateFormatDayShortMonthYear 

Date with d, MMM yyyy

AGSPopupFieldInfoDateFormatLongDate 

Date with NSDateFormatterFullStyle

AGSPopupFieldInfoDateFormatShortDateShortTime 

Date & Time with NSDateFormatterShortStyle

AGSPopupFieldInfoDateFormatShortDateShortTime24 

Date with M/d/yyyy H:m

AGSPopupFieldInfoDateFormatLongMonthYear 

Date with MMMM yyyy

AGSPopupFieldInfoDateFormatYear 

Date with yyyy