DaysInYear
Returns the number of days in a given year.
Syntax
-
DaysInYear(y)
-
y
(year) is an integer
-
Description
If y
is an integer, then DaysInYear(y)
returns the number of days in the year of y
.
Examples
DaysInYear(1952)
366