Kimono.KLocale.DateFormatShort C# (CSharp) 메소드

DateFormatShort() 공개 메소드

Returns the currently selected short date format.
public DateFormatShort ( ) : string
리턴 string
        public string DateFormatShort()
        {
            return (string) interceptor.Invoke("dateFormatShort", "dateFormatShort() const", typeof(string));
        }