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(Appointment) | Creates the new Appointment object with default settings and adds it to the collection. (Inherited from C1.C1Schedule.BaseCollection<Appointment>) |