The following tables list the members exposed by dbiDaysWeekendCollection.
"| Name | Description | |
|---|---|---|
![]() | dbiDaysWeekendCollection Constructor | Initializes a new instance of the dbiDaysWeekendCollection class |
| Name | Description | |
|---|---|---|
![]() | Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase) |
![]() | Count | Gets the number of items in the collection. (Inherited from System.Collections.CollectionBase) |
![]() | Item | Gets or sets the item at a specific index in the collection. |
| Name | Description | |
|---|---|---|
![]() | Add | Adds a new item to the DbiDaysWeekendCollection class. |
![]() | Clear | Clears all of the items in the collection. (Inherited from System.Collections.CollectionBase) |
![]() | Contains | Determines if a specific day of the week has been added to DbiDaysWeekendCollection. |
![]() | IndexOf | Gets the index of a specific day of the week in the collection. |
![]() | Insert | Inserts a new day of the week to the collection. |
![]() | Remove | Removes a specific day of the week. |
![]() | RemoveAt | Removes an item with a specific index. (Inherited from System.Collections.CollectionBase) |


