Qt.QTime Class

public class QTime: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QTime

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QTime Constructors

QTime() Constructor
QTime(int, int, int, int) Constructor
QTime(int, int) Constructor
QTime(int, int, int) Constructor
QTime(void *) Constructor

QTime Methods

QTime.AddMSecs Method
QTime.AddSecs Method
QTime.CurrentTime Method
QTime.Elapsed Method
QTime.Finalize Method
QTime.FromString(System.String, Qt.DateFormat) Method
QTime.FromString(System.String) Method
QTime.Hour Method
QTime.IsNull Method
QTime.IsValid() Method
QTime.IsValid(int, int, int, int) Method
QTime.IsValid(int, int, int) Method
QTime.Minute Method
QTime.Msec Method
QTime.MsecsTo Method
QTime.Restart Method
QTime.Second Method
QTime.SecsTo Method
QTime.SetHMS(int, int, int, int) Method
QTime.SetHMS(int, int, int) Method
QTime.Start Method
QTime.ToString(Qt.DateFormat) Method
QTime.ToString(System.String) Method
QTime.ToString() Method


QTime() Constructor

public void QTime();

See Also

Qt.QTime Class, Qt Namespace

QTime(int, int, int, int) Constructor

public void QTime(int h, int m, int s, int ms);

See Also

Qt.QTime Class, Qt Namespace

QTime(int, int) Constructor

public void QTime(int h, int m);

See Also

Qt.QTime Class, Qt Namespace

QTime(int, int, int) Constructor

public void QTime(int h, int m, int s);

See Also

Qt.QTime Class, Qt Namespace

QTime(void *) Constructor

public void QTime(void * ptr);

See Also

Qt.QTime Class, Qt Namespace

QTime.AddMSecs Method

public Qt.QTime AddMSecs(int ms);

See Also

Qt.QTime Class, Qt Namespace

QTime.AddSecs Method

public Qt.QTime AddSecs(int secs);

See Also

Qt.QTime Class, Qt Namespace

QTime.CurrentTime Method

public static Qt.QTime CurrentTime();

See Also

Qt.QTime Class, Qt Namespace

QTime.Elapsed Method

public int Elapsed();

See Also

Qt.QTime Class, Qt Namespace

QTime.Finalize Method

protected override void Finalize();

See Also

Qt.QTime Class, Qt Namespace

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

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

See Also

Qt.QTime Class, Qt Namespace

QTime.FromString(System.String) Method

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

See Also

Qt.QTime Class, Qt Namespace

QTime.Hour Method

public int Hour();

See Also

Qt.QTime Class, Qt Namespace

QTime.IsNull Method

public bool IsNull();

See Also

Qt.QTime Class, Qt Namespace

QTime.IsValid() Method

public bool IsValid();

See Also

Qt.QTime Class, Qt Namespace

QTime.IsValid(int, int, int, int) Method

public static bool IsValid(int h, int m, int s, int ms);

See Also

Qt.QTime Class, Qt Namespace

QTime.IsValid(int, int, int) Method

public static bool IsValid(int h, int m, int s);

See Also

Qt.QTime Class, Qt Namespace

QTime.Minute Method

public int Minute();

See Also

Qt.QTime Class, Qt Namespace

QTime.Msec Method

public int Msec();

See Also

Qt.QTime Class, Qt Namespace

QTime.MsecsTo Method

public int MsecsTo(Qt.QTime arg1);

See Also

Qt.QTime Class, Qt Namespace

QTime.Restart Method

public int Restart();

See Also

Qt.QTime Class, Qt Namespace

QTime.Second Method

public int Second();

See Also

Qt.QTime Class, Qt Namespace

QTime.SecsTo Method

public int SecsTo(Qt.QTime arg1);

See Also

Qt.QTime Class, Qt Namespace

QTime.SetHMS(int, int, int, int) Method

public bool SetHMS(int h, int m, int s, int ms);

See Also

Qt.QTime Class, Qt Namespace

QTime.SetHMS(int, int, int) Method

public bool SetHMS(int h, int m, int s);

See Also

Qt.QTime Class, Qt Namespace

QTime.Start Method

public void Start();

See Also

Qt.QTime Class, Qt Namespace

QTime.ToString(Qt.DateFormat) Method

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

See Also

Qt.QTime Class, Qt Namespace

QTime.ToString(System.String) Method

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

See Also

Qt.QTime Class, Qt Namespace

QTime.ToString() Method

public System.String ToString();

See Also

Qt.QTime Class, Qt Namespace