Class SelectionRange
Handles the range selection in calendar
Inheritance
System.Object
    SelectionRange
  Namespace: Com.Syncfusion.Calendar
Assembly: Syncfusion.SfCalendar.Android.dll
Syntax
public class SelectionRange : Object
  Constructors
SelectionRange(Calendar, Calendar)
Initializes a new instance of the SelectionRange class.
Declaration
public SelectionRange(Calendar startDate, Calendar endDate)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Java.Util.Calendar | startDate | Start date.  | 
      
| Java.Util.Calendar | endDate | End date.  | 
      
Properties
EndDate
Gets the end date of the selection range.
Declaration
public Calendar EndDate { get; }
  Property Value
| Type | Description | 
|---|---|
| Java.Util.Calendar | The end date.  | 
      
StartDate
Gets the start date of the selection range.
Declaration
public Calendar StartDate { get; }
  Property Value
| Type | Description | 
|---|---|
| Java.Util.Calendar | The start date.  |