getCurrentEthiopianYear static method

int getCurrentEthiopianYear()

Returns current Ethiopian year

Implementation

static int getCurrentEthiopianYear() {
  return ETC.today().year;
}