ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / C1TimeEditor Class / Value Property

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