Calculates the number of days in a year.

Namespace: DayPilot.Utils
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public static int Days(
	int year
)
Visual Basic
Public Shared Function Days ( _
	year As Integer _
) As Integer
Visual C++
public:
static int Days(
	int year
)

Parameters

year
Type: System..::..Int32

Return Value

See Also