day()
  
  The method returns the day of the month.
Synopsis
int time.day();
Description
The method returns the day of the month (1-31).
Example
main()
{
  time t = getCurrentTime();
  DebugN("The day of the month:", t.day());
}
    Assignment
Time function
Availability
UI,CTRL
