Adds a TimeInterval element to this TimeIntervalCollection.

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

Syntax

C#
public void Add(
	TimeInterval timeInterval
)
Visual Basic (Declaration)
Public Sub Add ( _
	timeInterval As TimeInterval _
)

Parameters

timeInterval
Type: DlhSoft.Windows.Data..::.TimeInterval
The TimeInterval element to add to this TimeIntervalCollection.

See Also