ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / InputDateBase Class / RangeEnd Property

In This Topic
    RangeEnd Property (InputDateBase)
    In This Topic
    Gets or sets the last selected date in a range selection.
    Syntax
    'Declaration
     
    
    <JsonConverterAttribute(C1.Web.Mvc.Serialization.DateTimeConverter)>
    Public Property RangeEnd As Nullable(Of Date)
    [JsonConverter(C1.Web.Mvc.Serialization.DateTimeConverter)]
    public Nullable<DateTime> RangeEnd {get; set;}
    Remarks
    The selection range will be defined by the Value and RangeEnd properties.
    See Also