days_in_month
Description:
[
Version ( since =
"1.0" ) ]
public static int days_in_month (
int month,
int year)
Gets the number of days in the target month in the target year.
Parameters:
month |
The target month
|
year |
The target year
|
Returns:
The number of days in the target month in the target year.
|