MonthCalendar.setFirstDayOfWeek

Overview | Methods | This Package | All Packages

MonthCalendar.setFirstDayOfWeek

Sets the first day of the week for the month calendar control.

Syntax

public void setFirstDayOfWeek( int value )

Parameters

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.

Exceptions

WFCInvalidArgumentException thrown if the specified value is not a valid Days constant.

See Also   getFirstDayOfWeek