[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.InputDateBaseBuilder-2.RangeEnd

RangeEnd Method

RangeEnd(DateTime?)

Configurates RangeEnd. Sets the last selected date in a range selection.

Declaration
public TBuilder RangeEnd(DateTime? value)
Parameters
Type Name Description
DateTime? value

The value.

Returns
Type Description
TBuilder

Current builder.

Remarks

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