Returns the number of days in a specified month of a specified year.
A int set to the number of days in the specified month for the specified year. If the specified month is February, the return value is 28 or 29 depending upon whether the specified year is a leap year.
Type Reason ArgumentOutOfRangeException month is less than 1 or greater than 12.
Documentation for this section has not yet been entered.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0