NAnt Help Function Reference datetime::get-days-in-month | v0.90 |
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). |