Java.Text.DateFormat: Field Members

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

Public Fields

const
AmPmFieldint (14). FieldPosition selector for 'a' field alignment, corresponds to the Java.Util.Calendar.AmPm field.
const
DateFieldint (3). The FieldPosition selector for 'd' field alignment, corresponds to the Java.Util.Calendar.Date field.
const
DayOfWeekFieldint (9). FieldPosition selector for 'E' field alignment, corresponds to the Java.Util.Calendar.DayOfWeek field.
const
DayOfWeekInMonthFieldint (11). FieldPosition selector for 'F' field alignment, corresponds to the Java.Util.Calendar.DayOfWeekInMonth field.
const
DayOfYearFieldint (10). FieldPosition selector for 'D' field alignment, corresponds to the Java.Util.Calendar.DayOfYear field.
const
Defaultint (2). The format style constant defining the default format style.
const
EraFieldint (0). The FieldPosition selector for 'G' field alignment, corresponds to the Java.Util.Calendar.Era field.
const
Fullint (0). The format style constant defining the full style.
const
Hour0Fieldint (16). The FieldPosition selector for 'K' field alignment, corresponding to the Java.Util.Calendar.Hour field.
const
Hour1Fieldint (15). FieldPosition selector for 'h' field alignment, corresponding to the Java.Util.Calendar.Hour field.
const
HourOfDay0Fieldint (5). The FieldPosition selector for 'H' field alignment, corresponds to the Java.Util.Calendar.HourOfDay field.
const
HourOfDay1Fieldint (4). The FieldPosition selector for 'k' field alignment, corresponds to the Java.Util.Calendar.HourOfDay field.
const
Longint (1). The format style constant defining the long style.
const
Mediumint (2). The format style constant defining the medium style.
const
MillisecondFieldint (8). FieldPosition selector for 'S' field alignment, corresponds to the Java.Util.Calendar.Millisecond field.
const
MinuteFieldint (6). FieldPosition selector for 'm' field alignment, corresponds to the Java.Util.Calendar.Minute field.
const
MonthFieldint (2). The FieldPosition selector for 'M' field alignment, corresponds to the Java.Util.Calendar.Month field.
const
SecondFieldint (7). FieldPosition selector for 's' field alignment, corresponds to the Java.Util.Calendar.Second field.
const
Shortint (3). The format style constant defining the short style.
const
TimezoneFieldint (17). The FieldPosition selector for 'z' field alignment, corresponds to the Java.Util.Calendar.ZoneOffset and Java.Util.Calendar.DstOffset fields.
const
WeekOfMonthFieldint (13). FieldPosition selector for 'W' field alignment, corresponds to the Java.Util.Calendar.WeekOfMonth field.
const
WeekOfYearFieldint (12). FieldPosition selector for 'w' field alignment, corresponds to the Java.Util.Calendar.WeekOfYear field.
const
YearFieldint (1). The FieldPosition selector for 'y' field alignment, corresponds to the Java.Util.Calendar.Year field.