Class DateRangePickerPresetBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ2.Calendars
Assembly: Syncfusion.EJ2.dll
Syntax
public class DateRangePickerPresetBuilder : ControlBuilder
Constructors
DateRangePickerPresetBuilder()
Declaration
public DateRangePickerPresetBuilder()
DateRangePickerPresetBuilder(List<DateRangePickerPreset>)
Declaration
public DateRangePickerPresetBuilder(List<DateRangePickerPreset> collection)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<DateRangePickerPreset> | collection |
Methods
Add()
Declaration
public void Add()
End(Object)
Defines the end date of the preset range
Declaration
public DateRangePickerPresetBuilder End(object end)
Parameters
Type | Name | Description |
---|---|---|
System.Object | end |
Returns
Type | Description |
---|---|
DateRangePickerPresetBuilder |
Label(String)
Defines the label string of the preset range.
Declaration
public DateRangePickerPresetBuilder Label(string label)
Parameters
Type | Name | Description |
---|---|---|
System.String | label |
Returns
Type | Description |
---|---|
DateRangePickerPresetBuilder |
Start(Object)
Defines the start date of the preset range.
Declaration
public DateRangePickerPresetBuilder Start(object start)
Parameters
Type | Name | Description |
---|---|---|
System.Object | start |
Returns
Type | Description |
---|---|
DateRangePickerPresetBuilder |