Calendar.WEEK_OF_MONTH

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

@see #getFirstDayOfWeek @see #getMinimalDaysInFirstWeek

class Calendar
enum int WEEK_OF_MONTH;

Meta