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# |
---|
[SerializableAttribute] [ComVisibleAttribute(true)] public struct TimeInterval : IEquatable<TimeInterval>, IComparable<TimeInterval> |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ <ComVisibleAttribute(True)> _ Public Structure TimeInterval _ Implements IEquatable(Of TimeInterval), IComparable(Of TimeInterval) |