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