C1.C1Schedule Namespace > AppointmentCollection Class : Add Method |
Overload | Description |
---|---|
Add() | Creates the new Appointment object with default settings and adds it to the collection. |
Add(DateTime,DateTime) | Creates the new Appointment object with specified parameters and adds it to the collection. |
Add(DateTime,TimeSpan) | Creates the new Appointment object with specified parameters and adds it to the collection. |
Add(DateTime,DateTime,String) | Creates the new Appointment object with specified parameters and adds it to the collection. |
Add(DateTime,TimeSpan,String) | Creates the new Appointment object with specified parameters and adds it to the collection. |
Add | Creates the new Appointment object with default settings and adds it to the collection. (Inherited from C1.C1Schedule.BaseCollection<Appointment>) |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2