Retrieves the day of the week that this Time object represents.
public int getDayOfWeek()
Returns an integer value that represents the day of the week that this Time object represents.
The number returned by the getDayOfWeek method is always between 1 and 7 where a value of 1 represents Monday.
See Also getDayOfYear, getDay