WorkWeekCollection
WorkWeekCollection class
Represents a collection of WorkWeek objects.
Methods
| Name | Description |
|---|---|
| Add | Adds WorkWeek instance to this collection object. |
| get_Count | Gets the number of objects contained in this WorkWeekCollection object. |
| get_ParentCalendar | Gets the parent calendar. |
| 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. |
| ToList | Converts the WorkWeekCollection object to a list of WorkWeek objects. |