public class QDateTime: QtSupport, System.IDisposable
System.Object
QtSupport
QDateTimeThis type implements System.IDisposable.
Qt Namespace
QDateTime Constructors
QDateTime() Constructor
QDateTime(Qt.QDate) Constructor
QDateTime(Qt.QDate, Qt.QTime) Constructor
QDateTime(void *) Constructor
QDateTime Methods
QDateTime.AddDays Method
QDateTime.AddMonths Method
QDateTime.AddSecs Method
QDateTime.AddYears Method
QDateTime.CurrentDateTime Method
QDateTime.Date Method
QDateTime.DaysTo Method
QDateTime.Finalize Method
QDateTime.FromString(System.String, Qt.DateFormat) Method
QDateTime.FromString(System.String) Method
QDateTime.IsNull Method
QDateTime.IsValid Method
QDateTime.SecsTo Method
QDateTime.SetDate Method
QDateTime.SetTime Method
QDateTime.SetTime_t Method
QDateTime.Time Method
QDateTime.ToString(Qt.DateFormat) Method
QDateTime.ToString(System.String) Method
QDateTime.ToString() Method
public void QDateTime();
Qt.QDateTime Class, Qt Namespace
public void QDateTime(Qt.QDate arg1);
Qt.QDateTime Class, Qt Namespace
public void QDateTime(Qt.QDate arg1, Qt.QTime arg2);
Qt.QDateTime Class, Qt Namespace
public void QDateTime(void * ptr);
Qt.QDateTime Class, Qt Namespace
public Qt.QDateTime AddDays(int days);
Qt.QDateTime Class, Qt Namespace
public Qt.QDateTime AddMonths(int months);
Qt.QDateTime Class, Qt Namespace
public Qt.QDateTime AddSecs(int secs);
Qt.QDateTime Class, Qt Namespace
public Qt.QDateTime AddYears(int years);
Qt.QDateTime Class, Qt Namespace
public static Qt.QDateTime CurrentDateTime();
Qt.QDateTime Class, Qt Namespace
public Qt.QDate Date();
Qt.QDateTime Class, Qt Namespace
public int DaysTo(Qt.QDateTime arg1);
Qt.QDateTime Class, Qt Namespace
protected override void Finalize();
Qt.QDateTime Class, Qt Namespace
public static Qt.QDateTime FromString(System.String s, Qt.DateFormat f);
Qt.QDateTime Class, Qt Namespace
public static Qt.QDateTime FromString(System.String s);
Qt.QDateTime Class, Qt Namespace
public bool IsNull();
Qt.QDateTime Class, Qt Namespace
public bool IsValid();
Qt.QDateTime Class, Qt Namespace
public int SecsTo(Qt.QDateTime arg1);
Qt.QDateTime Class, Qt Namespace
public void SetDate(Qt.QDate date);
Qt.QDateTime Class, Qt Namespace
public void SetTime(Qt.QTime time);
Qt.QDateTime Class, Qt Namespace
public void SetTime_t(uint secsSince1Jan1970UTC);
Qt.QDateTime Class, Qt Namespace
public Qt.QTime Time();
Qt.QDateTime Class, Qt Namespace
public System.String ToString(Qt.DateFormat f);
Qt.QDateTime Class, Qt Namespace
public System.String ToString(System.String format);
Qt.QDateTime Class, Qt Namespace
public System.String ToString();
Qt.QDateTime Class, Qt Namespace