DateFormat.EraField Field

Definition

Useful constant for ERA field alignment.

[Android.Runtime.Register("ERA_FIELD")]
public const int EraField = 0;
[<Android.Runtime.Register("ERA_FIELD")>]
val mutable EraField : int

Field Value

Value = 0
Attributes

Remarks

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

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