Qyoto.QLocale.ToTime C# (CSharp) Method

ToTime() public method

public ToTime ( string arg1, QLocale arg2 ) : Qyoto.QTime
arg1 string
arg2 QLocale
return Qyoto.QTime
        public QTime ToTime(string arg1, QLocale.FormatType arg2)
        {
            return (QTime) interceptor.Invoke("toTime$$", "toTime(const QString&, QLocale::FormatType) const", typeof(QTime), typeof(string), arg1, typeof(QLocale.FormatType), arg2);
        }

Same methods

QLocale::ToTime ( string arg1 ) : Qyoto.QTime
QLocale::ToTime ( string arg1, string format ) : Qyoto.QTime