Rf.Sites.Frame.PeriodOfTimeOutput.yearInflection C# (CSharp) Method

yearInflection() private static method

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