TimeIntervalCollectionTIsInfinite 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: 25.1.421.0 (25.1.421.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