yearInVahid property

int yearInVahid

The year in the Vahid. A value in the range from 1-19

Implementation

int get yearInVahid {
  return year % 19 == 0 ? 19 : year % 19;
}