WorkingTimeCollection
Contents
[
Hide
]WorkingTimeCollection class
Represents a collection of WorkingTimeCollection objects.
Methods
| Name | Description |
|---|---|
| begin (2 overloads) | Gets iterator pointing to the first element (if any) of the const-qualified instance of the collection. |
| cbegin | Gets iterator pointing to the first const-qualified element (if any) of the collection. |
| cend | Gets iterator pointing right after the last const-qualified element (if any) of the collection. |
| Clear | Removes all WorkingTime items from collection. |
| Contains | Checks if the specified element is in the List. Performs a linear O(n) search. |
| CopyTo | copies a collection content into an Array, starting at a particular index |
| end (2 overloads) | Gets iterator pointing right after the last element (if any) of the const-qualified instance of the collection. |
| get_Count | Gets the number of objects contained in this WorkingTimeCollection object. |
| GetEnumerator | Returns an enumerator for this collection. |
| idx_get | Returns the element at the specified index. |
| idx_set | Returns the element at the specified index. |
| Remove | Removes WorkingTime instance from this collection. |
| ToList | Converts the WorkingTimeCollection object to a list of WorkingTime objects. |
| virtualizeBeginConstIterator | Gets iterator pointing to the first element (if any)of the const-qualified instance of the collection. |
| virtualizeBeginIterator | Gets iterator pointing to the first element (if any) of the collection. |
| virtualizeEndConstIterator | Gets iterator pointing right after the last element (if any)of the const-qualified instance of the collection. |
| virtualizeEndIterator | Gets iterator pointing right after the last element (if any) of the collection. |