Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonTimePicker Class / Value Property

In This Topic
    Value Property (RibbonTimePicker)
    In This Topic
    Gets or sets the time value assigned to the component.
    Syntax
    'Declaration
     
    
    Public Property Value As TimeSpan
    public TimeSpan Value {get; set;}
    Remarks
    Use the RibbonTimePicker.ValueIsNull property to determine whether the time is valid.
    See Also