getMonth abstract method

T getMonth(
  1. int year,
  2. int month
)

Returns a DateTime with the given year and month.

Implementation

T getMonth(int year, int month);