DateFormat.DateField Field

Definition

Useful constant for DATE field alignment.

[Android.Runtime.Register("DATE_FIELD")]
public const int DateField = 3;
[<Android.Runtime.Register("DATE_FIELD")>]
val mutable DateField : int

Field Value

Value = 3
Attributes

Remarks

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

Java documentation for java.text.DateFormat.DATE_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