Kimono.KLocale.ReadDate C# (CSharp) Method

ReadDate() public method

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

Same methods

KLocale::ReadDate ( string str ) : 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