getIntMinutes()

Return the minutes value in this date as an integer.

Syntax

public int getIntMinutes()

Return values

An int value which is the minutes. The range is 0-59.

Examples

DtpDate toDay = new DtpDate();
int mins = toDay.getIntMinutes();

See also

getMinutes()

Copyright IBM Corp. 2004