Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionRange - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved