The Appointment object is a meeting, a one-time appointment, or a recurring appointment or meeting in the C1Schedule. The Appointment class includes properties that specify meeting details such as the location and time.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[SerializableAttribute]
public class Appointment : BasePersistableObject, 
	ISerializable
Visual Basic
<SerializableAttribute> _
Public Class Appointment _
	Inherits BasePersistableObject _
	Implements ISerializable

Inheritance Hierarchy

System..::..Object
  C1.C1Schedule..::..BasePersistableObject
    C1.C1Schedule..::..Appointment

See Also