Gets or sets the TimeSpan value in the C1TimeEditor.

Namespace:  C1.WPF.DateTimeEditors
Assembly:  C1.WPF.DateTimeEditors (in C1.WPF.DateTimeEditors.dll)

Syntax

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

See Also