Return the day of the month in this date as an integer.
Syntax
public int getIntDay()
Return values
An int value which is the day of the month.
Examples
DtpDate toDay = new DtpDate(); int day = toDay.getIntDay();
See also
getDayOfMonth()