Represents a time interval, starting at a specified date and time, and lasting for a specified time span.
Namespace:
DlhSoft.Windows.DataAssembly: 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) |