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