[]
Gets or sets the time value assigned to the component.
[C1Category("Data")]
[C1Description("RibbonTimePicker.Value", "The time value assigned to the component.")]
[Bindable(true)]
public TimeSpan Value { get; set; }
Use the ValueIsNull property to determine whether the time is valid.