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);
        }