DateTime::DaysInMonth Method
Silverlight
Returns the number of days in the specified month and year.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Parameters
- year
- Type: System::Int32
The year.
- month
- Type: System::Int32
The month (a number ranging from 1 to 12).
Return Value
Type: System::Int32The number of days in month for the specified year.
For example, if month equals 2 for February, the return value is 28 or 29, depending on whether year is a leap year.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | month is less than 1 or greater than 12. -or- year is less than 1 or greater than 9999. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: