Algosim documentation: DaysInYear

DaysInYear

Returns the number of days in a given year.

Syntax

Description

If y is an integer, then DaysInYear(y) returns the number of days in the year of y.

Examples

DaysInYear(1952)
366