DateFormat.DayOfYearField Field

Definition

Useful constant for DAY_OF_YEAR field alignment.

[Android.Runtime.Register("DAY_OF_YEAR_FIELD")]
public const int DayOfYearField = 10;
[<Android.Runtime.Register("DAY_OF_YEAR_FIELD")>]
val mutable DayOfYearField : int

Field Value

Value = 10
Attributes

Remarks

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

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