CultureInfo.getDaysInMonth

Syntax

getDaysInMonth(month: Number, year: Number);

Parameters

month. Month number.

year. Year.

Description

The getDaysInMonth method returns the number of days in a specified month of selected year.

Comments

This method returns a Number type value.

Example

The example of use is given in the with description of the CultureInfo.dateToStr method.

See also:

CultureInfo