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