Calculates the number of days in a year.
Namespace:
DayPilot.UtilsAssembly: DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)
Syntax
| C# |
|---|
public static int Days( int year ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Days ( _ year As Integer _ ) As Integer |
| Visual C++ |
|---|
public: static int Days( int year ) |
Parameters
- year
- Type: System..::.Int32