ComponentFactory.Krypton.Toolkit.ViewDrawToday.GetShortText C# (CSharp) Method

GetShortText() public method

Gets the content short text.
public GetShortText ( ) : string
return string
        public string GetShortText()
        {
            return KryptonManager.Strings.Today + " " + _calendar.TodayDate.ToString(_calendar.TodayFormat);
        }