Uses of Class
com.ibm.icu.text.DateFormat.Field
Packages that use DateFormat.Field
-
Uses of DateFormat.Field in com.ibm.icu.text
Subclasses of DateFormat.Field in com.ibm.icu.textFields in com.ibm.icu.text declared as DateFormat.FieldModifier and TypeFieldDescriptionstatic final DateFormat.FieldDateFormat.Field.AM_PMConstant identifying the time of day indicator(am/pm).static final DateFormat.FieldDateFormat.Field.AM_PM_MIDNIGHT_NOONConstant identifying the am/pm/midnight/noon field.private static final DateFormat.Field[]DateFormat.Field.CAL_FIELDSstatic final DateFormat.FieldDateFormat.Field.DAY_OF_MONTHConstant identifying the day of month field.static final DateFormat.FieldDateFormat.Field.DAY_OF_WEEKConstant identifying the day of week field.static final DateFormat.FieldDateFormat.Field.DAY_OF_WEEK_IN_MONTHConstant identifying the day of week in month field.static final DateFormat.FieldDateFormat.Field.DAY_OF_YEARConstant identifying the day of year field.static final DateFormat.FieldDateFormat.Field.DOW_LOCALConstant identifying the local day of week field.static final DateFormat.FieldDateFormat.Field.ERAConstant identifying the era field.static final DateFormat.FieldDateFormat.Field.EXTENDED_YEARConstant identifying the extended year field.static final DateFormat.FieldDateFormat.Field.FLEXIBLE_DAY_PERIODConstant identifying the flexible day period field.static final DateFormat.FieldDateFormat.Field.HOUR_OF_DAY0Constant identifying the hour(0-23) of day field.static final DateFormat.FieldDateFormat.Field.HOUR_OF_DAY1Constant identifying the hour(1-24) of day field.static final DateFormat.FieldDateFormat.Field.HOUR0Constant identifying the hour(0-11) field.static final DateFormat.FieldDateFormat.Field.HOUR1Constant identifying the hour(1-12) field.static final DateFormat.FieldDateFormat.Field.JULIAN_DAYConstant identifying the Julian day field.static final DateFormat.FieldDateFormat.Field.MILLISECONDConstant identifying the millisecond field.static final DateFormat.FieldDateFormat.Field.MILLISECONDS_IN_DAYConstant identifying the milliseconds in day field.static final DateFormat.FieldDateFormat.Field.MINUTEConstant identifying the minute field.static final DateFormat.FieldDateFormat.Field.MONTHConstant identifying the month field.private static final DateFormat.Field[]SimpleDateFormat.PATTERN_INDEX_TO_DATE_FORMAT_ATTRIBUTEstatic final DateFormat.FieldDateFormat.Field.QUARTERConstant identifying the quarter field.static final DateFormat.FieldDateFormat.Field.RELATED_YEARDeprecated.This API is ICU internal only.static final DateFormat.FieldDateFormat.Field.SECONDConstant identifying the second field.static final DateFormat.FieldDateFormat.Field.TIME_SEPARATORDeprecated.This API is ICU internal only.static final DateFormat.FieldDateFormat.Field.TIME_ZONEConstant identifying the time zone field.static final DateFormat.FieldDateFormat.Field.WEEK_OF_MONTHConstant identifying the week of month field.static final DateFormat.FieldDateFormat.Field.WEEK_OF_YEARConstant identifying the week of year field.static final DateFormat.FieldDateFormat.Field.YEARConstant identifying the year field.static final DateFormat.FieldDateFormat.Field.YEAR_WOYConstant identifying the year used with week of year field.Fields in com.ibm.icu.text with type parameters of type DateFormat.FieldModifier and TypeFieldDescriptionprivate static final Map<String, DateFormat.Field> DateFormat.Field.FIELD_NAME_MAPMethods in com.ibm.icu.text that return DateFormat.FieldModifier and TypeMethodDescriptionstatic DateFormat.FieldChineseDateFormat.Field.ofCalendarField(int calendarField) Deprecated.ICU 50static DateFormat.FieldDateFormat.Field.ofCalendarField(int calendarField) Returns theFieldconstant that corresponds to theCalendarfieldcalendarField.protected DateFormat.FieldChineseDateFormat.patternCharToDateFormatField(char ch) Deprecated.ICU 50protected DateFormat.FieldSimpleDateFormat.patternCharToDateFormatField(char ch) Returns a DateFormat.Field constant associated with the specified format pattern character.