public class QTime: QtSupport, System.IDisposable
System.Object
QtSupport
QTimeThis type implements System.IDisposable.
Qt Namespace
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
public void QTime();
Qt.QTime Class, Qt Namespace
public void QTime(int h, int m, int s, int ms);
Qt.QTime Class, Qt Namespace
public void QTime(int h, int m);
Qt.QTime Class, Qt Namespace
public void QTime(int h, int m, int s);
Qt.QTime Class, Qt Namespace
public void QTime(void * ptr);
Qt.QTime Class, Qt Namespace
public Qt.QTime AddMSecs(int ms);
Qt.QTime Class, Qt Namespace
public Qt.QTime AddSecs(int secs);
Qt.QTime Class, Qt Namespace
public static Qt.QTime CurrentTime();
Qt.QTime Class, Qt Namespace
public int Elapsed();
Qt.QTime Class, Qt Namespace
protected override void Finalize();
Qt.QTime Class, Qt Namespace
public static Qt.QTime FromString(System.String s, Qt.DateFormat f);
Qt.QTime Class, Qt Namespace
public static Qt.QTime FromString(System.String s);
Qt.QTime Class, Qt Namespace
public int Hour();
Qt.QTime Class, Qt Namespace
public bool IsNull();
Qt.QTime Class, Qt Namespace
public bool IsValid();
Qt.QTime Class, Qt Namespace
public static bool IsValid(int h, int m, int s, int ms);
Qt.QTime Class, Qt Namespace
public static bool IsValid(int h, int m, int s);
Qt.QTime Class, Qt Namespace
public int Minute();
Qt.QTime Class, Qt Namespace
public int Msec();
Qt.QTime Class, Qt Namespace
public int MsecsTo(Qt.QTime arg1);
Qt.QTime Class, Qt Namespace
public int Restart();
Qt.QTime Class, Qt Namespace
public int Second();
Qt.QTime Class, Qt Namespace
public int SecsTo(Qt.QTime arg1);
Qt.QTime Class, Qt Namespace
public bool SetHMS(int h, int m, int s, int ms);
Qt.QTime Class, Qt Namespace
public bool SetHMS(int h, int m, int s);
Qt.QTime Class, Qt Namespace
public void Start();
Qt.QTime Class, Qt Namespace
public System.String ToString(Qt.DateFormat f);
Qt.QTime Class, Qt Namespace
public System.String ToString(System.String format);
Qt.QTime Class, Qt Namespace
public System.String ToString();
Qt.QTime Class, Qt Namespace