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