getFirstDayOfWeek()
Returns the first day of the week. For example, 1
(Sunday)
in the U.S. or 2 (Monday)
in France.
Syntax
Numeric getFirstDayOfWeek()
Usage
For example, return the first day of the week by
calling:
Calendar.fromDate(Date.parseString("08/01/1999","mm/dd/yyyy")).getFirstDayOfWeek()
This example populates a Decimal Format Box.