daysInMonth()
  
  The method returns the days of a month.
Synopsis
int time.daysInMonth();
Description
The method returns the days of a month.
Return Value
The days of a month.
Example
main()
{
  time t = getCurrentTime();
  DebugN("The days of the current month:", t.daysInMonth());
}
    Assignment
Time function
Availability
UI,CTRL
