TimeIntervalCollectionIsInfinite Property |
Gets a value indicating whether or not 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: 23.1.416.0 (23.1.416.0)
Syntaxpublic bool IsInfinite { get; }
Public ReadOnly Property IsInfinite As Boolean
Get
public:
property bool IsInfinite {
bool get ();
}
member IsInfinite : bool with get
Property Value
Type:
Boolean
See Also