Overload List

  NameDescription
Public methodAdd()()()()
Creates the new Appointment object with default settings and adds it to the collection.
Public methodAdd(T)
Adds a new custom object to the collection. If the item already exists in the collection, its index is returned.
(Inherited from BaseCollection<(Of <(<'T>)>)>.)
Public methodAdd(DateTime, DateTime)
Creates the new Appointment object with specified parameters and adds it to the collection.
Public methodAdd(DateTime, TimeSpan)
Creates the new Appointment object with specified parameters and adds it to the collection.
Public methodAdd(DateTime, DateTime, String)
Creates the new Appointment object with specified parameters and adds it to the collection.
Public methodAdd(DateTime, TimeSpan, String)
Creates the new Appointment object with specified parameters and adds it to the collection.

See Also