Share via


DateFormat.MillisecondField Field

Definition

Useful constant for MILLISECOND field alignment.

[Android.Runtime.Register("MILLISECOND_FIELD")]
public const int MillisecondField = 8;
[<Android.Runtime.Register("MILLISECOND_FIELD")>]
val mutable MillisecondField : int

Field Value

Value = 8
Attributes

Remarks

Useful constant for MILLISECOND field alignment. Used in FieldPosition of date/time formatting.

Java documentation for java.text.DateFormat.MILLISECOND_FIELD.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to