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

ReadTime() 공개 메소드

public ReadTime ( string str ) : Qyoto.QTime
str string
리턴 Qyoto.QTime
        public QTime ReadTime(string str)
        {
            return (QTime) interceptor.Invoke("readTime$", "readTime(const QString&) const", typeof(QTime), typeof(string), str);
        }

Same methods

KLocale::ReadTime ( string str, KLocale flags ) : Qyoto.QTime
KLocale::ReadTime ( string str, KLocale flags, bool &ok ) : Qyoto.QTime
KLocale::ReadTime ( string str, bool &ok ) : Qyoto.QTime