public static int DaysInYear( int year )
Dim year As Integer Dim returnValue As Integer returnValue = ExtendedDateTimeCalculator.DaysInYear(year)
public: static int DaysInYear( int year )
No code example is currently available or this language may not be supported.
In This Article