DateFormat.MinuteField Field

Definition

Useful constant for MINUTE field alignment.

[Android.Runtime.Register("MINUTE_FIELD")]
public const int MinuteField = 6;
[<Android.Runtime.Register("MINUTE_FIELD")>]
val mutable MinuteField : int

Field Value

Value = 6
Attributes

Remarks

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

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