Calendar.setMinimalDaysInFirstWeek

Calendar.setMinimalDaysInFirstWeek

Class Overview | Class Members | This Package | All Packages

Syntax
public void setMinimalDaysInFirstWeek( int value )
Parameters
value
the given minimal days required in the first week of the year.
Description
Sets what the minimal days required in the first week of the year are; For example, if the first week is defined as one that contains the first day of the first month of a year, call the method with value 1. If it must be a full week, use value 7.