Overload List

  Name Description
Public method Add()()()()
Creates the new Appointment object with default settings and adds it to the collection.
Public method Add(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 method Add(DateTime, DateTime)
Creates the new Appointment object with specified parameters and adds it to the collection.
Public method Add(DateTime, TimeSpan)
Creates the new Appointment object with specified parameters and adds it to the collection.
Public method Add(DateTime, DateTime, String)
Creates the new Appointment object with specified parameters and adds it to the collection.
Public method Add(DateTime, TimeSpan, String)
Creates the new Appointment object with specified parameters and adds it to the collection.

See Also