Kendo.Mvc.UI.Fluent.DateRangePickerRangeSettingsBuilder
Defines the fluent API for configuring the DateRangePickerRangeSettings settings.
Methods
Start(System.DateTime)
This sets the start date of the range selection.
Parameters
value System.DateTime
The value that configures the start.
End(System.DateTime)
This sets the end date of the range selection.
Parameters
value System.DateTime
The value that configures the end.
Start(System.Nullable<System.DateTime>)
This sets the start date of the range selection.
Parameters
value System.Nullable<System.DateTime>
The value that configures the start.
End(System.Nullable<System.DateTime>)
This sets the end date of the range selection.
Parameters
value System.Nullable<System.DateTime>
The value that configures the end.