[]
        
(Showing Draft Content)

C1.GanttView.PartDates.GetEnumerator

GetEnumerator Method

GetEnumerator()

Returns an enumerator that iterates through the collection.

Declaration
public IEnumerator<DateTime> GetEnumerator()
Returns
Type Description
IEnumerator<DateTime>

A IEnumerator for the DateTime.

Implements