Rf.Sites.Frame.PeriodOfTimeOutput.yearInflection C# (CSharp) Méthode

yearInflection() private static méthode

private static yearInflection ( int years ) : string
years int
Résultat string
    private static string yearInflection(int years)
    {
      return years > 1 ? "years" : "year";
    }