Gets or sets the TimeSpan value in the C1TimeEditor.

Namespace:  C1.WPF.DateTimeEditors
Assembly:  C1.WPF.DateTimeEditors (in C1.WPF.DateTimeEditors.dll)
XMLNS for XAML: http://schemas.componentone.com/wpf/DateTimeEditors

Syntax

C#
public Nullable<TimeSpan> Value { get; set; }
Visual Basic (Declaration)
Public Property Value As Nullable(Of TimeSpan)
	Get
	Set
XAML Property Element Usage
<object>
  <object.Value>
    <Nullable<TimeSpan> .../>
  </object.Value>
</object>

See Also