getDaysInMonth(month: Number, year: Number);
month. Month number.
year. Year.
The getDaysInMonth method returns the number of days in a specified month of selected year.
This method returns a Number type value.
The example of use is given in the with description of the CultureInfo.dateToStr method.
See also: