ComponentFactory.Krypton.Toolkit.ViewDrawToday.GetShortText C# (CSharp) Метод

GetShortText() публичный Метод

Gets the content short text.
public GetShortText ( ) : string
Результат string
        public string GetShortText()
        {
            return KryptonManager.Strings.Today + " " + _calendar.TodayDate.ToString(_calendar.TodayFormat);
        }