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