Rf.Sites.Frame.PeriodOfTimeOutput.monthInflection C# (CSharp) Метод

monthInflection() приватный статический Метод

private static monthInflection ( int months ) : string
months int
Результат string
    private static string monthInflection(int months)
    {
      return months > 1 ? "months" : "month";
    }