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 |