[]
        
(Showing Draft Content)

C1.Web.Mvc.InputDateBase.RangeEnd

RangeEnd Property

RangeEnd

Gets or sets the last selected date in a range selection.

Declaration
[JsonConverter(typeof(DateTimeConverter))]
public DateTime? RangeEnd { get; set; }
Remarks

The selection range will be defined by the Value and RangeEnd properties.