InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputTimePicker Class / BoundToTimeField Property

In This Topic
    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