Blazor | ComponentOne
C1.Blazor.DateTimeEditors Assembly / C1.Blazor.DateTimeEditors Namespace / DateRange Class / End Property

In This Topic
    End Property (DateRange)
    In This Topic
    Gets or set end value.
    Syntax
    'Declaration
     
    
    Public Property End As Nullable(Of Date)
    public Nullable<DateTime> End {get; set;}
    See Also