WeekDayCollection
Contents
[
Hide
]WeekDayCollection class
Represents a collection of WeekDay objects.
Methods
| Name | Description |
|---|---|
| Add | Adds a WeekDay instance to this object. |
| Clear | Clear the WeekDayCollection object. |
| Contains | Checks if collection contains WeekDay .specified. |
| CopyTo | Copies collection content to an array at specified index. |
| get_Count | Gets the number of objects contained in this WeekDayCollection object. |
| GetEnumerator | Returns an enumerator for this collection. |
| idx_get | Gets the item value at specified index. |
| idx_set | Sets the item value at specified index. |
| IndexOf | Returns index of WeekDay specified. |
| Insert | Inserts WeekDay at specified index. |
| Remove | Removes WeekDay specified, if any. |
| RemoveAt | Removes an item at specified index. |
| ToList | Converts the WeekDayCollection object to a list of WeekDay objects. |