Sets the first day of the week for the month calendar control.
public void setFirstDayOfWeek( int value )
value
An integer that represents a day of the week. Possible return values are constants defined in the Days class. The default value is Days.DEFAULT.
WFCInvalidArgumentException thrown if the specified value is not a valid Days constant.
See Also getFirstDayOfWeek