internal int GetCenturyOfEra(LocalInstant localInstant)
 {
     return(yearMonthDayCalculator.GetCenturyOfEra(localInstant));
 }