internal override int GetDaysInYear(int year) => HebrewScripturalCalculator.DaysInYear(year);
예제 #2
0
 internal override int GetDaysInYear(int year)
 {
     return(HebrewScripturalCalculator.DaysInYear(year));
 }