DateFormat.DayOfWeekInMonthField Field

Definition

Useful constant for DAY_OF_WEEK_IN_MONTH field alignment.

[Android.Runtime.Register("DAY_OF_WEEK_IN_MONTH_FIELD")]
public const int DayOfWeekInMonthField = 11;
[<Android.Runtime.Register("DAY_OF_WEEK_IN_MONTH_FIELD")>]
val mutable DayOfWeekInMonthField : int

Field Value

Value = 11
Attributes

Remarks

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

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