# C1.Win.Ribbon.RibbonTimePicker.Value

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Ribbon_RibbonTimePicker_Value_" data-uid="C1.Win.Ribbon.RibbonTimePicker.Value*">Value Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Ribbon_RibbonTimePicker_Value_" data-uid="C1.Win.Ribbon.RibbonTimePicker.Value*"></a>
<h4 id="C1_Win_Ribbon_RibbonTimePicker_Value" data-uid="C1.Win.Ribbon.RibbonTimePicker.Value">Value</h4>
<div class="markdown level1 summary"><p>Gets or sets the time value assigned to the component.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Data&quot;)]
[C1Description(&quot;RibbonTimePicker.Value&quot;, &quot;The time value assigned to the component.&quot;)]
[Bindable(true)]
public TimeSpan Value { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Data&quot;)&gt;
&lt;C1Description(&quot;RibbonTimePicker.Value&quot;, &quot;The time value assigned to the component.&quot;)&gt;
&lt;Bindable(True)&gt;
Public Property Value As TimeSpan</code></pre>
</div>
<h5 id="C1_Win_Ribbon_RibbonTimePicker_Value_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Use the <a class="xref" href="C1.Win.Ribbon.RibbonTimePicker.ValueIsNull.html#C1_Win_Ribbon_RibbonTimePicker_ValueIsNull">ValueIsNull</a> property to determine whether the time is valid.</p>
</div>
</div>
