Qt.QDateTime Class

public class QDateTime: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QDateTime

This type implements System.IDisposable.

See Also

Qt Namespace

Members

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


QDateTime() Constructor

public void QDateTime();

See Also

Qt.QDateTime Class, Qt Namespace

QDateTime(Qt.QDate) Constructor

public void QDateTime(Qt.QDate arg1);

See Also

Qt.QDateTime Class, Qt Namespace

QDateTime(Qt.QDate, Qt.QTime) Constructor

public void QDateTime(Qt.QDate arg1, Qt.QTime arg2);

See Also

Qt.QDateTime Class, Qt Namespace

QDateTime(void *) Constructor

public void QDateTime(void * ptr);

See Also

Qt.QDateTime Class, Qt Namespace

QDateTime.AddDays Method

public Qt.QDateTime AddDays(int days);

See Also

Qt.QDateTime Class, Qt Namespace

QDateTime.AddMonths Method

public Qt.QDateTime AddMonths(int months);

See Also

Qt.QDateTime Class, Qt Namespace

QDateTime.AddSecs Method

public Qt.QDateTime AddSecs(int secs);

See Also

Qt.QDateTime Class, Qt Namespace

QDateTime.AddYears Method

public Qt.QDateTime AddYears(int years);

See Also

Qt.QDateTime Class, Qt Namespace

QDateTime.CurrentDateTime Method

public static Qt.QDateTime CurrentDateTime();

See Also

Qt.QDateTime Class, Qt Namespace

QDateTime.Date Method

public Qt.QDate Date();

See Also

Qt.QDateTime Class, Qt Namespace

QDateTime.DaysTo Method

public int DaysTo(Qt.QDateTime arg1);

See Also

Qt.QDateTime Class, Qt Namespace

QDateTime.Finalize Method

protected override void Finalize();

See Also

Qt.QDateTime Class, Qt Namespace

QDateTime.FromString(System.String, Qt.DateFormat) Method

public static Qt.QDateTime FromString(System.String s, Qt.DateFormat f);

See Also

Qt.QDateTime Class, Qt Namespace

QDateTime.FromString(System.String) Method

public static Qt.QDateTime FromString(System.String s);

See Also

Qt.QDateTime Class, Qt Namespace

QDateTime.IsNull Method

public bool IsNull();

See Also

Qt.QDateTime Class, Qt Namespace

QDateTime.IsValid Method

public bool IsValid();

See Also

Qt.QDateTime Class, Qt Namespace

QDateTime.SecsTo Method

public int SecsTo(Qt.QDateTime arg1);

See Also

Qt.QDateTime Class, Qt Namespace

QDateTime.SetDate Method

public void SetDate(Qt.QDate date);

See Also

Qt.QDateTime Class, Qt Namespace

QDateTime.SetTime Method

public void SetTime(Qt.QTime time);

See Also

Qt.QDateTime Class, Qt Namespace

QDateTime.SetTime_t Method

public void SetTime_t(uint secsSince1Jan1970UTC);

See Also

Qt.QDateTime Class, Qt Namespace

QDateTime.Time Method

public Qt.QTime Time();

See Also

Qt.QDateTime Class, Qt Namespace

QDateTime.ToString(Qt.DateFormat) Method

public System.String ToString(Qt.DateFormat f);

See Also

Qt.QDateTime Class, Qt Namespace

QDateTime.ToString(System.String) Method

public System.String ToString(System.String format);

See Also

Qt.QDateTime Class, Qt Namespace

QDateTime.ToString() Method

public System.String ToString();

See Also

Qt.QDateTime Class, Qt Namespace