Overload List
Name | Description | |
---|---|---|
Add()()()() |
Creates the new Appointment object
with default settings and adds it to the collection.
|
|
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>)>)>.) |
|
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.
|