[]
Represents parts of splitted task.
public class Parts : IEnumerable<double>, IEnumerable
Name | Description |
---|---|
Count | Returns the count of parts. |
this[int] | Gets or sets the durations of task's parts. |
PartDates | Get dates (starts and finishes) of parts. |
Name | Description |
---|---|
GetEnumerator() | Returns an enumerator that iterates through the collection. |