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( DateTime day ) |
Visual Basic |
---|
Public Shared Function Days ( _ day As DateTime _ ) As Integer |
Visual C++ |
---|
public: static int Days( DateTime day ) |
Parameters
- day
- Type: System..::..DateTime