Class AppointmentsForDateEventArgs
Appointments for date event arguments
Inheritance
System.Object
AppointmentsForDateEventArgs
Namespace: Syncfusion.SfSchedule.iOS
Assembly: Syncfusion.SfSchedule.iOS.dll
Syntax
public class AppointmentsForDateEventArgs : EventArgs
Constructors
AppointmentsForDateEventArgs()
Declaration
public AppointmentsForDateEventArgs()
Properties
Date
Gets or sets the date value
Declaration
public NSDate Date { get; set; }
Property Value
Type |
---|
Foundation.NSDate |