IQtDateTimeEditwValue Property |
Returns the value of the SpinBox control.
Namespace:
SmartBear.TestLeft.TestObjects.Qt
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax DateTime wValue { get; set; }
Property wValue As DateTime
Get
Set
Dim instance As IQtDateTimeEdit
Dim value As DateTime
value = instance.wValue
instance.wValue = value
property DateTime wValue {
DateTime get ();
void set (DateTime value);
}
Property Value
Type:
DateTimeExceptions See Also