public int getIntMonth()
An int value which is the month. The range is 1 (January) - 12 (December).
DtpDate toDay = new DtpDate(); int month = toDay.getIntMonth();
getMonth(), getNumericMonth()