Kimono.KLocale.ReadTime C# (CSharp) Method

ReadTime() public method

public ReadTime ( string str ) : Qyoto.QTime
str string
return 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