DateFormat.WeekOfMonthField Field

Definition

Useful constant for WEEK_OF_MONTH field alignment.

[Android.Runtime.Register("WEEK_OF_MONTH_FIELD")]
public const int WeekOfMonthField = 13;
[<Android.Runtime.Register("WEEK_OF_MONTH_FIELD")>]
val mutable WeekOfMonthField : int

Field Value

Value = 13
Attributes

Remarks

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

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