Microsoft SDK for Java

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.