TimeIntervalCollectionIsEmpty Property  | 
 
            Gets a value indicating whether this interval collection is empty,
            where emptiness is defined as the count of intervals being equal to zero.
            To determine if the amount of time contained in this interval collection is zero,
            convert to a duration using 
ToDuration and check for equality with 
Zero.
            
 
    Namespace: 
   AGI.Foundation.Time
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool IsEmpty { get; }Public ReadOnly Property IsEmpty As Boolean
	Get
public:
property bool IsEmpty {
	bool get ();
}member IsEmpty : bool with get
Property Value
Type: 
Boolean
See Also