InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel 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