Syntax:=DaysInYear(Year )
Description:Returns the days in the given year.
Example: Determine the number of days in the year 2000.=DaysInYear(2000)Determine the number of days in the year 2001. =DaysInYear(2001)