getDaysInMonth abstract method

int getDaysInMonth(
  1. int year,
  2. int month
)

Returns the number of days in a month, according to the calendar system.

Implementation

int getDaysInMonth(int year, int month);