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

In This Topic
    RangeEnd Property (Calendar)
    In This Topic
    Gets or sets the last selected date in a range selection.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    Public Property RangeEnd As Date
    [Json(1)]
    public DateTime RangeEnd {get; set;}
    Remarks
    To enable date range selection, set the SelectionMode property to **DateSelectionMode.Range**.
    See Also