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