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