Date.getDay

Class Overview | Class Members | This Package | All Packages

Syntax

public int getDay()

Returns

the day of the week represented by this date.

Description

Note: getDay() is deprecated.

Returns the day of the week represented by this date. The value returned is between 0 and 6, where 0 represents Sunday.

See Also

Calendar