[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonTimePicker.Value

Value Property

Value

Gets or sets the time value assigned to the component.

Declaration
[C1Category("Data")]
[C1Description("RibbonTimePicker.Value", "The time value assigned to the component.")]
[Bindable(true)]
public TimeSpan Value { get; set; }
<C1Category("Data")>
<C1Description("RibbonTimePicker.Value", "The time value assigned to the component.")>
<Bindable(True)>
Public Property Value As TimeSpan
Remarks

Use the ValueIsNull property to determine whether the time is valid.