C1.Silverlight.Schedule.5 Assembly > C1.C1Schedule Namespace : DateList Class |
The following tables list the members exposed by DateList.
Name | Description | |
---|---|---|
DateList Constructor | Initializes a new instance of DateList class. |
Name | Description | |
---|---|---|
Count | Returns the number of items in the wrapped list. | |
Items | Returns the reference to the wrapped list. |
Name | Description | |
---|---|---|
Add | Adds new date to the list. | |
Clear | Clears all items from the wrapped list. | |
Contains | Overloaded. Returns true if specified item 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. |