AppointmentItem Members
In This Article
#Constructors
Name | Description |
---|---|
Appointment |
Initializes a new instance of the Appointment |
Appointment |
Initializes a new instance of the Appointment |
#Properties
Name | Description |
---|---|
All |
Gets or sets whether the appointment lasts the entire day (or several days). |
Custom |
Returns the collection of custom fields.
Inherited from Source |
Description | Gets or sets the text that describes the appointment. |
Duration | Returns the appointment duration. |
End | Gets or sets the end date and time of the appointment. |
Has |
|
Id |
Gets or sets the scheduler item’s identifier.
Inherited from Source |
Interval | Returns the appointment start and end values as a date-time range. |
Is |
Returns whether the appointment is a base (the appointment Type is Normal or Pattern ).
|
Is |
Returns whether the appointment is an exception (the appointment Type is Changed or Deleted ).
|
Is |
Returns whether the appointment is an occurrence (the appointment Type is Occurrence , Changed or Deleted ).
|
Is |
Returns whether the appointment belongs to a recurring series. |
Label |
Gets or sets the identifier of the label object associated with the appointment. |
Location | Gets or sets the text that specifies the place where the appointment is. |
Longer |
Returns whether the appointment’s duration is equal to or greater than one day. |
Query |
Returns the normalized appointment end value that is to use in interval-based appointment data source queries. |
Query |
Returns the normalized appointment start value that is to use in interval-based appointment data source queries. |
Recurrence |
Returns the appointment index in the recurring series. |
Recurrence |
Returns information that specifies an appointment’s recurrence rule. |
Recurrence |
Returns the identifier of the recurrence info associated with this appointment. |
Reminders | |
Same |
Returns whether the appointment’s start and end times are on the same day. |
Source |
Returns the source object by which the scheduler item is created.
Inherited from Source |
Start | Gets or sets the start date and time of the appointment. |
Status |
Gets or sets the unique identifier of the status object associated with the appointment. |
Subject | Gets or sets the appointment’s subject text. |
Time |
|
Type | Gets or sets the type of an appointment. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal.
Inherited from System. |
Equals |
Determines whether the specified object is equal to the current object.
Inherited from System. |
Get |
Serves as the default hash function.
Inherited from System. |
Get |
Gets the Type of the current instance.
Inherited from System. |
Memberwise |
Creates a shallow copy of the current Object.
Inherited from System. |
Reference |
Determines whether the specified Object instances are the same instance.
Inherited from System. |
Restore |
Replaces an exceptional recurring appointment with a regular occurrence. |
Set |
Embeds the occurrence into a recurring chain based on the specified appointment under the given index. |
Set |
Embeds the occurrence into a recurring chain based on a recurrence info with the specified identifier under the given index. |
To |
Returns a string that represents the current object.
Inherited from System. |
See Also