getMonth method

  1. @override
PersianDateTime getMonth(
  1. int year,
  2. int month
)
override

Returns a DateTime with the given year and month.

Implementation

@override
PersianDateTime getMonth(int year, int month) => PersianDateTime(year, month);