TimeIntervalCollectionIsInfinite Property |
Gets a value indicating whether the interval collection is infinite.
An infinite interval collection contains all possible times.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool IsInfinite { get; }
Public ReadOnly Property IsInfinite As Boolean
Get
public:
property bool IsInfinite {
bool get ();
}
member IsInfinite : bool with get
Property Value
Type:
BooleanSee Also