WorkingTimeCollection

WorkingTimeCollection class

Represents a collection of WorkingTimeCollection objects.

Methods

NameDescription
begin (2 overloads)Gets iterator pointing to the first element (if any) of the const-qualified instance of the collection.
cbeginGets iterator pointing to the first const-qualified element (if any) of the collection.
cendGets iterator pointing right after the last const-qualified element (if any) of the collection.
ClearRemoves all WorkingTime items from collection.
ContainsChecks if the specified element is in the List. Performs a linear O(n) search.
CopyTocopies 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_CountGets the number of objects contained in this WorkingTimeCollection object.
GetEnumeratorReturns an enumerator for this collection.
idx_getReturns the element at the specified index.
idx_setReturns the element at the specified index.
RemoveRemoves WorkingTime instance from this collection.
ToListConverts the WorkingTimeCollection object to a list of WorkingTime objects.
virtualizeBeginConstIteratorGets iterator pointing to the first element (if any)of the const-qualified instance of the collection.
virtualizeBeginIteratorGets iterator pointing to the first element (if any) of the collection.
virtualizeEndConstIteratorGets iterator pointing right after the last element (if any)of the const-qualified instance of the collection.
virtualizeEndIteratorGets iterator pointing right after the last element (if any) of the collection.