public int GetEra(string eraName)
 {
     return(DateTimeFormat.GetEra(eraName));
 }