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

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