DateTimePicker.SelectedTime Property (Typed) | |
A string (format "HH:MM:SS") specifying the currently selected time.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY SelectedTime AS STRING GET SET
public virtual string SelectedTime { get; set; }
Request Example
View SourceProperty Value
Type:
StringA string (format "HH:MM:SS") specifying the currently selected time.
See Also