Time.getDay

Overview | Methods | Fields | This Package | All Packages

Time.getDay

Retrieves the day of the month that this Time object represents.

Syntax

public int getDay()

Return Value

Returns an integer value that represents the day of the month that this Time object represents.

Remarks

The number returned by the getDay method is always between 1 and 31.

See Also   getDayOfWeek, getDayOfYear, getDate