Java.Util.Calendar.WeekOfYear Field
Field number for get and set indicating the week number within the current year.

Value: 3

Syntax

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

See Also

Calendar.FirstDayOfWeek
Calendar.MinimalDaysInFirstWeek

Remarks

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

[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