 |
static DateFormat.Field AM_PM
 |
Represents the time of day indicator field in the formatting of a date and
format. |
|
 |
static DateFormat.Field DAY_OF_MONTH
 |
Represents the day of month field in the formatting of a date and format. |
|
 |
static DateFormat.Field DAY_OF_WEEK
 |
Represents the day of week field in the formatting of a date and format. |
|
 |
static DateFormat.Field DAY_OF_WEEK_IN_MONTH
 |
Represents the day of week in month field in the formatting of a date and
format. |
|
 |
static DateFormat.Field DAY_OF_YEAR
 |
Represents the day of year field in the formatting of a date and format. |
|
 |
static DateFormat.Field ERA
 |
Represents the era field in the formatting of a date and format. |
|
 |
static DateFormat.Field HOUR_OF_DAY0
 |
Represents the hour of day field in the zero-based formatting of a date and time
format (i.e., the legal values are 0 to 23). |
|
 |
static DateFormat.Field HOUR_OF_DAY1
 |
Represents the hour of day field in the one-based formatting of a date and time
format (i.e., the legal values are 1 to 24). |
|
 |
static DateFormat.Field HOUR0
 |
Represents the hour field in the zero-based formatting of a date and time format
(i.e., the legal values are 0 to 11). |
|
 |
static DateFormat.Field HOUR1
 |
Represents the hour field in the one-based formatting of a date and time format
(i.e., the legal values are 1 to 12). |
|
 |
static DateFormat.Field MILLISECOND
 |
Represents the millisecond field in the formatting of a date and format. |
|
 |
static DateFormat.Field MINUTE
 |
Represents the minute field in the formatting of a date and format. |
|
 |
static DateFormat.Field MONTH
 |
Represents the month field in the formatting of a date and format. |
|
 |
static DateFormat.Field SECOND
 |
Represents the second field in the formatting of a date and format. |
|
 |
static DateFormat.Field TIME_ZONE
 |
Represents the time zone field in the formatting of a date and format. |
|
 |
static DateFormat.Field WEEK_OF_MONTH
 |
Represents the week of month field in the formatting of a date and format. |
|
 |
static DateFormat.Field WEEK_OF_YEAR
 |
Represents the week of year field in the formatting of a date and format. |
|
 |
static DateFormat.Field YEAR
 |
Represents the year field in the formatting of a date and format. |
|