IExtJSTimeFieldwValue Property |
The currently selected time or null if no time is selected.
Namespace:
SmartBear.TestLeft.TestObjects.Web.ExtJS
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax Nullable<DateTime> wValue { get; set; }
Property wValue As Nullable(Of DateTime)
Get
Set
Dim instance As IExtJSTimeField
Dim value As Nullable(Of DateTime)
value = instance.wValue
instance.wValue = value
property Nullable<DateTime> wValue {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
Property Value
Type:
NullableDateTimeExceptions See Also