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.Field
DateFormat.Field.AM_PM
Constant identifying the time of day indicator(am/pm).static final DateFormat.Field
DateFormat.Field.AM_PM_MIDNIGHT_NOON
Constant identifying the am/pm/midnight/noon field.static final DateFormat.Field
DateFormat.Field.DAY_OF_MONTH
Constant identifying the day of month field.static final DateFormat.Field
DateFormat.Field.DAY_OF_WEEK
Constant identifying the day of week field.static final DateFormat.Field
DateFormat.Field.DAY_OF_WEEK_IN_MONTH
Constant identifying the day of week in month field.static final DateFormat.Field
DateFormat.Field.DAY_OF_YEAR
Constant identifying the day of year field.static final DateFormat.Field
DateFormat.Field.DOW_LOCAL
Constant identifying the local day of week field.static final DateFormat.Field
DateFormat.Field.ERA
Constant identifying the era field.static final DateFormat.Field
DateFormat.Field.EXTENDED_YEAR
Constant identifying the extended year field.static final DateFormat.Field
DateFormat.Field.FLEXIBLE_DAY_PERIOD
Constant identifying the flexible day period field.static final DateFormat.Field
DateFormat.Field.HOUR_OF_DAY0
Constant identifying the hour(0-23) of day field.static final DateFormat.Field
DateFormat.Field.HOUR_OF_DAY1
Constant identifying the hour(1-24) of day field.static final DateFormat.Field
DateFormat.Field.HOUR0
Constant identifying the hour(0-11) field.static final DateFormat.Field
DateFormat.Field.HOUR1
Constant identifying the hour(1-12) field.static final DateFormat.Field
DateFormat.Field.JULIAN_DAY
Constant identifying the Julian day field.static final DateFormat.Field
DateFormat.Field.MILLISECOND
Constant identifying the millisecond field.static final DateFormat.Field
DateFormat.Field.MILLISECONDS_IN_DAY
Constant identifying the milliseconds in day field.static final DateFormat.Field
DateFormat.Field.MINUTE
Constant identifying the minute field.static final DateFormat.Field
DateFormat.Field.MONTH
Constant identifying the month field.static final DateFormat.Field
DateFormat.Field.QUARTER
Constant identifying the quarter field.static final DateFormat.Field
DateFormat.Field.RELATED_YEAR
Deprecated.This API is ICU internal only.static final DateFormat.Field
DateFormat.Field.SECOND
Constant identifying the second field.static final DateFormat.Field
DateFormat.Field.TIME_SEPARATOR
Deprecated.This API is ICU internal only.static final DateFormat.Field
DateFormat.Field.TIME_ZONE
Constant identifying the time zone field.static final DateFormat.Field
DateFormat.Field.WEEK_OF_MONTH
Constant identifying the week of month field.static final DateFormat.Field
DateFormat.Field.WEEK_OF_YEAR
Constant identifying the week of year field.static final DateFormat.Field
DateFormat.Field.YEAR
Constant identifying the year field.static final DateFormat.Field
DateFormat.Field.YEAR_WOY
Constant identifying the year used with week of year field.Methods in com.ibm.icu.text that return DateFormat.FieldModifier and TypeMethodDescriptionstatic DateFormat.Field
ChineseDateFormat.Field.ofCalendarField
(int calendarField) Deprecated.ICU 50static DateFormat.Field
DateFormat.Field.ofCalendarField
(int calendarField) Returns theField
constant that corresponds to theCalendar
fieldcalendarField
.protected DateFormat.Field
ChineseDateFormat.patternCharToDateFormatField
(char ch) Deprecated.ICU 50protected DateFormat.Field
SimpleDateFormat.patternCharToDateFormatField
(char ch) Returns a DateFormat.Field constant associated with the specified format pattern character.