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