Class SFAppointment
Class handles the appointments and it's properties in calendar
Inheritance
System.Object
SFAppointment
Namespace: Syncfusion.SfCalendar.iOS
Assembly: Syncfusion.SfCalendar.iOS.dll
Syntax
public class SFAppointment : NSObject
Constructors
SFAppointment()
Initializes a new instance of the SFAppointment class.
Declaration
public SFAppointment()
Properties
AllDay
Gets or sets a value indicating whether this SFAppointment all day.
Declaration
public bool AllDay { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
AppointmentBackground
Gets or sets the appointment background.
Declaration
public UIColor AppointmentBackground { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The appointment background. |
EndTime
Gets or sets the end time.
Declaration
public NSDate EndTime { get; set; }
Property Value
Type | Description |
---|---|
Foundation.NSDate | The end time. |
Location
Gets or sets the location.
Declaration
public NSString Location { get; set; }
Property Value
Type | Description |
---|---|
Foundation.NSString | The location. |
Notes
Gets or sets the notes.
Declaration
public NSString Notes { get; set; }
Property Value
Type | Description |
---|---|
Foundation.NSString | The notes. |
StartTime
Gets or sets the start time.
Declaration
public NSDate StartTime { get; set; }
Property Value
Type | Description |
---|---|
Foundation.NSDate | The start time. |
Subject
Gets or sets the subject.
Declaration
public NSString Subject { get; set; }
Property Value
Type | Description |
---|---|
Foundation.NSString | The subject. |