Uses of Class
com.ibm.icu.text.DateFormat.Field
Packages that use DateFormat.Field
Package
Description
Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping.
-
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.static 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.static 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.Methods 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.