getYear


function getYear(time: integer): integer;

Returns the year for the given time (time is represented in seconds since 1.1.1970. and can be retrieved by calling getCurrentTime function).

See also: getCurrentTime, getMonth, getDay