monthLength abstract method

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

Implementation

int monthLength(int year, int month);