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(IList<(Of <<'(DateTime>)>>)) |
Returns true if either of specified items exists in the wrapped list.
|
![]() |
Contains(DateTime) |
Returns true if specified item exists in the wrapped list.
|
![]() |
Contains(array<DateTime>[]()[][]) |
Returns true if either of specified items exists in the wrapped list.
|
![]() |
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.
|