Returns an enumerator that iterates through the TimeIntervalCollection.

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

Syntax

C#
IEnumerator IEnumerable.GetEnumerator()
Visual Basic (Declaration)
Private Function GetEnumerator As IEnumerator
	Implements IEnumerable.GetEnumerator

Return Value

An enumerator that iterates through the TimeIntervalCollection

Implements

IEnumerable..::.GetEnumerator()()()

See Also