mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-3391 rename MILLISECOND_FIELD to FRACTIONAL_SECOND_FIELD
X-SVN-Rev: 14674
This commit is contained in:
parent
15241bf8ac
commit
02de12d5c2
1 changed files with 8 additions and 2 deletions
|
@ -188,9 +188,15 @@ public abstract class DateFormat extends UFormat {
|
|||
/**
|
||||
* FieldPosition selector for 'S' field alignment,
|
||||
* corresponding to the {@link Calendar.MILLISECOND} field.
|
||||
* @stable ICU 2.0
|
||||
* @draft ICU 3.0
|
||||
*/
|
||||
public final static int MILLISECOND_FIELD = 8;
|
||||
public final static int FRACTIONAL_SECOND_FIELD = 8;
|
||||
|
||||
/**
|
||||
* Alias for FRACTIONAL_SECOND_FIELD.
|
||||
* @deprecated ICU 3.0 use FRACTIONAL_SECOND_FIELD.
|
||||
*/
|
||||
public final static int MILLISECOND_FIELD = FRACTIONAL_SECOND_FIELD;
|
||||
|
||||
/**
|
||||
* FieldPosition selector for 'E' field alignment,
|
||||
|
|
Loading…
Add table
Reference in a new issue