public int getIntMinutes()
An int value which is the minutes. The range is 0-59.
DtpDate toDay = new DtpDate(); int mins = toDay.getIntMinutes();
getMinutes()