Represents a time interval, starting at a specified date and time, and lasting for a specified time span.

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

Syntax

C#
[LocalizabilityAttribute(LocalizationCategory.None)]
public class TimeIntervalCollection : IEnumerable<TimeInterval>
Visual Basic (Declaration)
<LocalizabilityAttribute(LocalizationCategory.None)> _
Public Class TimeIntervalCollection _
	Implements IEnumerable(Of TimeInterval)

Inheritance Hierarchy

System..::.Object
  DlhSoft.Windows.Data..::.TimeIntervalCollection

See Also