Returns an enumerator that iterates through the TimeIntervalCollection.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public IEnumerator<TimeInterval> GetEnumerator()
Visual Basic (Declaration)
Public Function GetEnumerator As IEnumerator(Of TimeInterval)

Return Value

An enumerator that iterates through the TimeIntervalCollection

Implements

IEnumerable<(Of <(T>)>)..::.GetEnumerator()()()

See Also