BoundToTimeField Property (InputTimePicker)
In This Topic
Gets or sets whether the
BoundValue property should return a TimeSpan value instead of DateTime.
Syntax
'Declaration
Public Property BoundToTimeField As Boolean
public bool BoundToTimeField {get; set;}
See Also