| NAnt  Help  Function Reference  datetime::get-days-in-month | v0.92-rc1 | 
[This is preliminary documentation and subject to change.]
Returns the number of days in the specified month of the specified year.
int datetime::get-days-in-month(year, month)
            
    
    | Name | Type | Description | 
|---|---|---|
| year | int | The year. | 
| month | int | The month (a number ranging from 1 to 12). |