The DateList type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds new date to the list.
| |
| Clear |
Clears all items from the wrapped list.
| |
| Contains | Overloaded. | |
| GetNextDate |
Returns the first item that is greater than specified one.
| |
| GetPreviousDate |
Returns the first item that is less than specified one.
| |
| Remove |
Removes specified item from the wrapped list.
| |
| RemoveAt |
Removes item at the specified index.
|
Properties
| Name | Description | |
|---|---|---|
| Count |
Returns the number of items in the wrapped list.
| |
| Items |
Returns the reference to the wrapped list.
|