ICU-3391 rename MILLISECOND_FIELD to FRACTIONAL_SECOND_FIELD

X-SVN-Rev: 14674
This commit is contained in:
Alan Liu 2004-03-11 07:03:46 +00:00
parent 15241bf8ac
commit 02de12d5c2

View file

@ -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,