Calendar.WEEK_OF_YEAR

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

@see #getFirstDayOfWeek @see #getMinimalDaysInFirstWeek

class Calendar
enum int WEEK_OF_YEAR;

Meta