Microsoft SDK for Java

Time.getMinute

Retrieves the minutes of the hour that this Time object represents.

Syntax

public int getMinute()

Return Value

Returns an integer value that represents the minutes of the hour that this Time object represents.

Remarks

The number returned by the getMinute method is always between 0 and 59.

See Also   getSecond, getMillis, getHour, getTimeOfDay

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