The fields of Java.Text.DateFormat are listed below. For a list of all members, see the DateFormat Members list.
See Also: Inherited members from Java.Text._Format
const | AmPmField | int (14). FieldPosition selector for 'a' field alignment, corresponds to the Java.Util.Calendar.AmPm field. |
const | DateField | int (3). The FieldPosition selector for 'd' field alignment, corresponds to the Java.Util.Calendar.Date field. |
const | DayOfWeekField | int (9). FieldPosition selector for 'E' field alignment, corresponds to the Java.Util.Calendar.DayOfWeek field. |
const | DayOfWeekInMonthField | int (11). FieldPosition selector for 'F' field alignment, corresponds to the Java.Util.Calendar.DayOfWeekInMonth field. |
const | DayOfYearField | int (10). FieldPosition selector for 'D' field alignment, corresponds to the Java.Util.Calendar.DayOfYear field. |
const | Default | int (2). The format style constant defining the default format style. |
const | EraField | int (0). The FieldPosition selector for 'G' field alignment, corresponds to the Java.Util.Calendar.Era field. |
const | Full | int (0). The format style constant defining the full style. |
const | Hour0Field | int (16). The FieldPosition selector for 'K' field alignment, corresponding to the Java.Util.Calendar.Hour field. |
const | Hour1Field | int (15). FieldPosition selector for 'h' field alignment, corresponding to the Java.Util.Calendar.Hour field. |
const | HourOfDay0Field | int (5). The FieldPosition selector for 'H' field alignment, corresponds to the Java.Util.Calendar.HourOfDay field. |
const | HourOfDay1Field | int (4). The FieldPosition selector for 'k' field alignment, corresponds to the Java.Util.Calendar.HourOfDay field. |
const | Long | int (1). The format style constant defining the long style. |
const | Medium | int (2). The format style constant defining the medium style. |
const | MillisecondField | int (8). FieldPosition selector for 'S' field alignment, corresponds to the Java.Util.Calendar.Millisecond field. |
const | MinuteField | int (6). FieldPosition selector for 'm' field alignment, corresponds to the Java.Util.Calendar.Minute field. |
const | MonthField | int (2). The FieldPosition selector for 'M' field alignment, corresponds to the Java.Util.Calendar.Month field. |
const | SecondField | int (7). FieldPosition selector for 's' field alignment, corresponds to the Java.Util.Calendar.Second field. |
const | Short | int (3). The format style constant defining the short style. |
const | TimezoneField | int (17). The FieldPosition selector for 'z' field alignment, corresponds to the Java.Util.Calendar.ZoneOffset and Java.Util.Calendar.DstOffset fields. |
const | WeekOfMonthField | int (13). FieldPosition selector for 'W' field alignment, corresponds to the Java.Util.Calendar.WeekOfMonth field. |
const | WeekOfYearField | int (12). FieldPosition selector for 'w' field alignment, corresponds to the Java.Util.Calendar.WeekOfYear field. |
const | YearField | int (1). The FieldPosition selector for 'y' field alignment, corresponds to the Java.Util.Calendar.Year field. |