Kimono.KLocale.ReadDate C# (CSharp) Method

ReadDate() public method

public ReadDate ( string str ) : QDate
str string
return QDate
        public QDate ReadDate(string str)
        {
            return (QDate) interceptor.Invoke("readDate$", "readDate(const QString&) const", typeof(QDate), typeof(string), str);
        }

Same methods

KLocale::ReadDate ( string str, KLocale flags ) : QDate
KLocale::ReadDate ( string str, KLocale flags, bool &ok ) : QDate
KLocale::ReadDate ( string str, bool &ok ) : QDate
KLocale::ReadDate ( string intstr, string fmt ) : QDate
KLocale::ReadDate ( string intstr, string fmt, bool &ok ) : QDate