Calculates the number of days in a year.
Namespace: DayPilot.Web.Mvc.UtilsAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.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