getDay
function getDay(time: integer): integer;
Returns the day in the month for the given time (time is represented in seconds since 1.1.1970. and can be retrieved by calling getCurrentTime function). The returned value is between 1 and 31.
See also: getCurrentTime, getYear, getMonth, getWeekDay, getYearDay