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.
|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetNextDate |
Returns the first item that is greater than specified one.
|
![]() |
GetPreviousDate |
Returns the first item that is less than specified one.
|
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
Remove |
Removes specified item from the wrapped list.
|
![]() |
RemoveAt |
Removes item at the specified index.
|
![]() |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
Count |
Returns the number of items in the wrapped list.
|
![]() |
Items |
Returns the reference to the wrapped list.
|