Java.Util.Calendar.WeekOfMonth Field
Field number for get and set indicating the week number within the current month.

Value: 4

Syntax

[Android.Runtime.Register("WEEK_OF_MONTH")]
[System.Obsolete("This constant will be removed in the future version. Use Java.Util.CalendarField enum directly instead of this field.")]
public const CalendarField WeekOfMonth

See Also

Calendar.FirstDayOfWeek
Calendar.MinimalDaysInFirstWeek

Remarks

Field number for get and set indicating the week number within the current month. The first week of the month, as defined by getFirstDayOfWeek() and getMinimalDaysInFirstWeek(), has value 1. Subclasses define the value of WEEK_OF_MONTH for days before the first week of the month.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1