menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AppointmentsFromDateEventArgs - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AppointmentsFromDateEventArgs

    Appointment from date event arguments

    Inheritance
    System.Object
    AppointmentsFromDateEventArgs
    Namespace: Syncfusion.SfSchedule.iOS
    Assembly: Syncfusion.SfSchedule.iOS.dll
    Syntax
    public class AppointmentsFromDateEventArgs : EventArgs

    Constructors

    AppointmentsFromDateEventArgs()

    Declaration
    public AppointmentsFromDateEventArgs()

    Properties

    EndDate

    Gets or sets the end date

    Declaration
    public NSDate EndDate { get; set; }
    Property Value
    Type
    Foundation.NSDate

    StartDate

    Gets or sets the start date

    Declaration
    public NSDate StartDate { get; set; }
    Property Value
    Type
    Foundation.NSDate
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved