Returns the number of days in the specified year.

Syntax

Smartsite SXML CopyCode image Copy Code
integer datetime.getdaysinyear(integer year)

Parameters

Name Data Type Description
year Integer The year (1 through 9999).

Return Value

Data Type Description
Integer The number of days in the specified year.

Expand image Examples

SXML