ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / C1TimeEditor Class / Value Property

In This Topic
    Value Property (C1TimeEditor)
    In This Topic
    Gets or sets the TimeSpan value in the C1.Silverlight.DateTimeEditors.C1TimeEditor.
    Syntax
    'Declaration
     
    
    Public Property Value As Nullable(Of TimeSpan)
    public Nullable<TimeSpan> Value {get; set;}
    See Also