Date.getMinutes

Date.getMinutes

Class Overview | Class Members | This Package | All Packages

Syntax
public int getMinutes()
Returns
the number of minutes past the hour represented by this date.
Description
Note: getMinutes() is deprecated.

Returns the number of minutes past the hour represented by this date. The value returned is between 0 and 59.

See Also
Calendar


Send feedback to MSDN.Look here for MSDN Online resources.