Similar to the new Java 8 date-time API, Java 7 also had Calendar.get(Calendar.DAY_OF_WEEK) method which returned an integer value representing a day in the week.
The integer value ranges from 1 to 7 and the week starts from Sunday (1) and ends on Saturday(7).